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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_gen.go#L892: type InputStickerSetEmojiGenericAnimations struct {
		tl_input_sticker_set_gen.go#L899: func (i InputStickerSetEmojiGenericAnimations) construct() InputStickerSetClass { return &i }
		tl_input_sticker_set_gen.go#L903: 	_ bin.Encoder     = &InputStickerSetEmojiGenericAnimations{}
		tl_input_sticker_set_gen.go#L904: 	_ bin.Decoder     = &InputStickerSetEmojiGenericAnimations{}
		tl_input_sticker_set_gen.go#L905: 	_ bin.BareEncoder = &InputStickerSetEmojiGenericAnimations{}
		tl_input_sticker_set_gen.go#L906: 	_ bin.BareDecoder = &InputStickerSetEmojiGenericAnimations{}
		tl_input_sticker_set_gen.go#L908: 	_ InputStickerSetClass = &InputStickerSetEmojiGenericAnimations{}
		tl_input_sticker_set_gen.go#L911: func (i *InputStickerSetEmojiGenericAnimations) Zero() bool {
		tl_input_sticker_set_gen.go#L920: func (i *InputStickerSetEmojiGenericAnimations) String() string {
		tl_input_sticker_set_gen.go#L924: 	type Alias InputStickerSetEmojiGenericAnimations
		tl_input_sticker_set_gen.go#L931: func (*InputStickerSetEmojiGenericAnimations) TypeID() uint32 {
		tl_input_sticker_set_gen.go#L936: func (*InputStickerSetEmojiGenericAnimations) TypeName() string {
		tl_input_sticker_set_gen.go#L941: func (i *InputStickerSetEmojiGenericAnimations) TypeInfo() tdp.Type {
		tl_input_sticker_set_gen.go#L955: func (i *InputStickerSetEmojiGenericAnimations) Encode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L964: func (i *InputStickerSetEmojiGenericAnimations) EncodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L972: func (i *InputStickerSetEmojiGenericAnimations) Decode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L983: func (i *InputStickerSetEmojiGenericAnimations) DecodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1406: 		v := InputStickerSetEmojiGenericAnimations{}
		tl_registry_gen.go#L4097: 		InputStickerSetEmojiGenericAnimationsTypeID:              func() bin.Object { return &InputStickerSetEmojiGenericAnimations{} },