Skip to main content

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

ConstructorTL name
InputStickerSetAnimatedEmojiinputStickerSetAnimatedEmoji
InputStickerSetAnimatedEmojiAnimationsinputStickerSetAnimatedEmojiAnimations
InputStickerSetDiceinputStickerSetDice
InputStickerSetEmojiChannelDefaultStatusesinputStickerSetEmojiChannelDefaultStatuses
InputStickerSetEmojiDefaultStatusesinputStickerSetEmojiDefaultStatuses
InputStickerSetEmojiDefaultTopicIconsinputStickerSetEmojiDefaultTopicIcons
InputStickerSetEmojiGenericAnimationsinputStickerSetEmojiGenericAnimations
InputStickerSetEmptyinputStickerSetEmpty
InputStickerSetIDinputStickerSetID
InputStickerSetPremiumGiftsinputStickerSetPremiumGifts
InputStickerSetShortNameinputStickerSetShortName
InputStickerSetTonGiftsinputStickerSetTonGifts

References