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{} },
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. |