type github.com/gotd/td/tg.InputStickerSetAnimatedEmojiAnimations
19 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L684: type InputStickerSetAnimatedEmojiAnimations struct {
tl_input_sticker_set_gen.go#L691: func (i InputStickerSetAnimatedEmojiAnimations) construct() InputStickerSetClass { return &i }
tl_input_sticker_set_gen.go#L695: _ bin.Encoder = &InputStickerSetAnimatedEmojiAnimations{}
tl_input_sticker_set_gen.go#L696: _ bin.Decoder = &InputStickerSetAnimatedEmojiAnimations{}
tl_input_sticker_set_gen.go#L697: _ bin.BareEncoder = &InputStickerSetAnimatedEmojiAnimations{}
tl_input_sticker_set_gen.go#L698: _ bin.BareDecoder = &InputStickerSetAnimatedEmojiAnimations{}
tl_input_sticker_set_gen.go#L700: _ InputStickerSetClass = &InputStickerSetAnimatedEmojiAnimations{}
tl_input_sticker_set_gen.go#L703: func (i *InputStickerSetAnimatedEmojiAnimations) Zero() bool {
tl_input_sticker_set_gen.go#L712: func (i *InputStickerSetAnimatedEmojiAnimations) String() string {
tl_input_sticker_set_gen.go#L716: type Alias InputStickerSetAnimatedEmojiAnimations
tl_input_sticker_set_gen.go#L723: func (*InputStickerSetAnimatedEmojiAnimations) TypeID() uint32 {
tl_input_sticker_set_gen.go#L728: func (*InputStickerSetAnimatedEmojiAnimations) TypeName() string {
tl_input_sticker_set_gen.go#L733: func (i *InputStickerSetAnimatedEmojiAnimations) TypeInfo() tdp.Type {
tl_input_sticker_set_gen.go#L747: func (i *InputStickerSetAnimatedEmojiAnimations) Encode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L756: func (i *InputStickerSetAnimatedEmojiAnimations) EncodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L764: func (i *InputStickerSetAnimatedEmojiAnimations) Decode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L775: func (i *InputStickerSetAnimatedEmojiAnimations) DecodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1392: v := InputStickerSetAnimatedEmojiAnimations{}
tl_registry_gen.go#L4095: InputStickerSetAnimatedEmojiAnimationsTypeID: func() bin.Object { return &InputStickerSetAnimatedEmojiAnimations{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |