pub enum InputStickerSet {
Empty,
Id(InputStickerSetId),
ShortName(InputStickerSetShortName),
AnimatedEmoji,
Dice(InputStickerSetDice),
AnimatedEmojiAnimations,
PremiumGifts,
EmojiGenericAnimations,
EmojiDefaultStatuses,
EmojiDefaultTopicIcons,
EmojiChannelDefaultStatuses,
TonGifts,
}Expand description
Variants§
Empty
Id(InputStickerSetId)
ShortName(InputStickerSetShortName)
AnimatedEmoji
Dice(InputStickerSetDice)
AnimatedEmojiAnimations
PremiumGifts
EmojiGenericAnimations
EmojiDefaultStatuses
EmojiDefaultTopicIcons
EmojiChannelDefaultStatuses
TonGifts
Trait Implementations§
Source§impl Clone for InputStickerSet
impl Clone for InputStickerSet
Source§fn clone(&self) -> InputStickerSet
fn clone(&self) -> InputStickerSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputStickerSet
impl Debug for InputStickerSet
Source§impl Deserializable for InputStickerSet
impl Deserializable for InputStickerSet
Source§impl From<InputStickerSetAnimatedEmoji> for InputStickerSet
impl From<InputStickerSetAnimatedEmoji> for InputStickerSet
Source§fn from(_x: InputStickerSetAnimatedEmoji) -> Self
fn from(_x: InputStickerSetAnimatedEmoji) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetAnimatedEmojiAnimations> for InputStickerSet
impl From<InputStickerSetAnimatedEmojiAnimations> for InputStickerSet
Source§fn from(_x: InputStickerSetAnimatedEmojiAnimations) -> Self
fn from(_x: InputStickerSetAnimatedEmojiAnimations) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetDice> for InputStickerSet
impl From<InputStickerSetDice> for InputStickerSet
Source§fn from(x: InputStickerSetDice) -> Self
fn from(x: InputStickerSetDice) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetEmojiChannelDefaultStatuses> for InputStickerSet
impl From<InputStickerSetEmojiChannelDefaultStatuses> for InputStickerSet
Source§fn from(_x: InputStickerSetEmojiChannelDefaultStatuses) -> Self
fn from(_x: InputStickerSetEmojiChannelDefaultStatuses) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetEmojiDefaultStatuses> for InputStickerSet
impl From<InputStickerSetEmojiDefaultStatuses> for InputStickerSet
Source§fn from(_x: InputStickerSetEmojiDefaultStatuses) -> Self
fn from(_x: InputStickerSetEmojiDefaultStatuses) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetEmojiDefaultTopicIcons> for InputStickerSet
impl From<InputStickerSetEmojiDefaultTopicIcons> for InputStickerSet
Source§fn from(_x: InputStickerSetEmojiDefaultTopicIcons) -> Self
fn from(_x: InputStickerSetEmojiDefaultTopicIcons) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetEmojiGenericAnimations> for InputStickerSet
impl From<InputStickerSetEmojiGenericAnimations> for InputStickerSet
Source§fn from(_x: InputStickerSetEmojiGenericAnimations) -> Self
fn from(_x: InputStickerSetEmojiGenericAnimations) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetEmpty> for InputStickerSet
impl From<InputStickerSetEmpty> for InputStickerSet
Source§fn from(_x: InputStickerSetEmpty) -> Self
fn from(_x: InputStickerSetEmpty) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetId> for InputStickerSet
impl From<InputStickerSetId> for InputStickerSet
Source§fn from(x: InputStickerSetId) -> Self
fn from(x: InputStickerSetId) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetPremiumGifts> for InputStickerSet
impl From<InputStickerSetPremiumGifts> for InputStickerSet
Source§fn from(_x: InputStickerSetPremiumGifts) -> Self
fn from(_x: InputStickerSetPremiumGifts) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetShortName> for InputStickerSet
impl From<InputStickerSetShortName> for InputStickerSet
Source§fn from(x: InputStickerSetShortName) -> Self
fn from(x: InputStickerSetShortName) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetTonGifts> for InputStickerSet
impl From<InputStickerSetTonGifts> for InputStickerSet
Source§fn from(_x: InputStickerSetTonGifts) -> Self
fn from(_x: InputStickerSetTonGifts) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InputStickerSet
impl PartialEq for InputStickerSet
Source§impl Serializable for InputStickerSet
impl Serializable for InputStickerSet
Source§impl TryFrom<InputStickerSet> for InputStickerSetDice
impl TryFrom<InputStickerSet> for InputStickerSetDice
Source§impl TryFrom<InputStickerSet> for InputStickerSetId
impl TryFrom<InputStickerSet> for InputStickerSetId
impl StructuralPartialEq for InputStickerSet
Auto Trait Implementations§
impl Freeze for InputStickerSet
impl RefUnwindSafe for InputStickerSet
impl Send for InputStickerSet
impl Sync for InputStickerSet
impl Unpin for InputStickerSet
impl UnwindSafe for InputStickerSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more