InputStickerSet
This is a boxed type (a TL class): the Go interface tg.InputStickerSetClass, implemented by
the constructors below. A value of this type is one of them — switch on the concrete
type to handle it.
switch v := value.(type) {
case *tg.InputStickerSetAnimatedEmoji: // inputStickerSetAnimatedEmoji
case *tg.InputStickerSetAnimatedEmojiAnimations: // inputStickerSetAnimatedEmojiAnimations
case *tg.InputStickerSetDice: // inputStickerSetDice
case *tg.InputStickerSetEmojiChannelDefaultStatuses: // inputStickerSetEmojiChannelDefaultStatuses
case *tg.InputStickerSetEmojiDefaultStatuses: // inputStickerSetEmojiDefaultStatuses
case *tg.InputStickerSetEmojiDefaultTopicIcons: // inputStickerSetEmojiDefaultTopicIcons
case *tg.InputStickerSetEmojiGenericAnimations: // inputStickerSetEmojiGenericAnimations
case *tg.InputStickerSetEmpty: // inputStickerSetEmpty
case *tg.InputStickerSetID: // inputStickerSetID
case *tg.InputStickerSetPremiumGifts: // inputStickerSetPremiumGifts
case *tg.InputStickerSetShortName: // inputStickerSetShortName
case *tg.InputStickerSetTonGifts: // inputStickerSetTonGifts
}
Constructors
| Constructor | TL name |
|---|---|
InputStickerSetAnimatedEmoji | inputStickerSetAnimatedEmoji |
InputStickerSetAnimatedEmojiAnimations | inputStickerSetAnimatedEmojiAnimations |
InputStickerSetDice | inputStickerSetDice |
InputStickerSetEmojiChannelDefaultStatuses | inputStickerSetEmojiChannelDefaultStatuses |
InputStickerSetEmojiDefaultStatuses | inputStickerSetEmojiDefaultStatuses |
InputStickerSetEmojiDefaultTopicIcons | inputStickerSetEmojiDefaultTopicIcons |
InputStickerSetEmojiGenericAnimations | inputStickerSetEmojiGenericAnimations |
InputStickerSetEmpty | inputStickerSetEmpty |
InputStickerSetID | inputStickerSetID |
InputStickerSetPremiumGifts | inputStickerSetPremiumGifts |
InputStickerSetShortName | inputStickerSetShortName |
InputStickerSetTonGifts | inputStickerSetTonGifts |