type github.com/gotd/td/tg.InputStickerSetAnimatedEmoji

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_gen.go#L443: type InputStickerSetAnimatedEmoji struct {
		tl_input_sticker_set_gen.go#L450: func (i InputStickerSetAnimatedEmoji) construct() InputStickerSetClass { return &i }
		tl_input_sticker_set_gen.go#L454: 	_ bin.Encoder     = &InputStickerSetAnimatedEmoji{}
		tl_input_sticker_set_gen.go#L455: 	_ bin.Decoder     = &InputStickerSetAnimatedEmoji{}
		tl_input_sticker_set_gen.go#L456: 	_ bin.BareEncoder = &InputStickerSetAnimatedEmoji{}
		tl_input_sticker_set_gen.go#L457: 	_ bin.BareDecoder = &InputStickerSetAnimatedEmoji{}
		tl_input_sticker_set_gen.go#L459: 	_ InputStickerSetClass = &InputStickerSetAnimatedEmoji{}
		tl_input_sticker_set_gen.go#L462: func (i *InputStickerSetAnimatedEmoji) Zero() bool {
		tl_input_sticker_set_gen.go#L471: func (i *InputStickerSetAnimatedEmoji) String() string {
		tl_input_sticker_set_gen.go#L475: 	type Alias InputStickerSetAnimatedEmoji
		tl_input_sticker_set_gen.go#L482: func (*InputStickerSetAnimatedEmoji) TypeID() uint32 {
		tl_input_sticker_set_gen.go#L487: func (*InputStickerSetAnimatedEmoji) TypeName() string {
		tl_input_sticker_set_gen.go#L492: func (i *InputStickerSetAnimatedEmoji) TypeInfo() tdp.Type {
		tl_input_sticker_set_gen.go#L506: func (i *InputStickerSetAnimatedEmoji) Encode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L515: func (i *InputStickerSetAnimatedEmoji) EncodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L523: func (i *InputStickerSetAnimatedEmoji) Decode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L534: func (i *InputStickerSetAnimatedEmoji) DecodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1378: 		v := InputStickerSetAnimatedEmoji{}
		tl_registry_gen.go#L4093: 		InputStickerSetAnimatedEmojiTypeID:                       func() bin.Object { return &InputStickerSetAnimatedEmoji{} },