type github.com/gotd/td/tg.InputStickerSetEmojiChannelDefaultStatuses
19 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L1204: type InputStickerSetEmojiChannelDefaultStatuses struct {
tl_input_sticker_set_gen.go#L1211: func (i InputStickerSetEmojiChannelDefaultStatuses) construct() InputStickerSetClass { return &i }
tl_input_sticker_set_gen.go#L1215: _ bin.Encoder = &InputStickerSetEmojiChannelDefaultStatuses{}
tl_input_sticker_set_gen.go#L1216: _ bin.Decoder = &InputStickerSetEmojiChannelDefaultStatuses{}
tl_input_sticker_set_gen.go#L1217: _ bin.BareEncoder = &InputStickerSetEmojiChannelDefaultStatuses{}
tl_input_sticker_set_gen.go#L1218: _ bin.BareDecoder = &InputStickerSetEmojiChannelDefaultStatuses{}
tl_input_sticker_set_gen.go#L1220: _ InputStickerSetClass = &InputStickerSetEmojiChannelDefaultStatuses{}
tl_input_sticker_set_gen.go#L1223: func (i *InputStickerSetEmojiChannelDefaultStatuses) Zero() bool {
tl_input_sticker_set_gen.go#L1232: func (i *InputStickerSetEmojiChannelDefaultStatuses) String() string {
tl_input_sticker_set_gen.go#L1236: type Alias InputStickerSetEmojiChannelDefaultStatuses
tl_input_sticker_set_gen.go#L1243: func (*InputStickerSetEmojiChannelDefaultStatuses) TypeID() uint32 {
tl_input_sticker_set_gen.go#L1248: func (*InputStickerSetEmojiChannelDefaultStatuses) TypeName() string {
tl_input_sticker_set_gen.go#L1253: func (i *InputStickerSetEmojiChannelDefaultStatuses) TypeInfo() tdp.Type {
tl_input_sticker_set_gen.go#L1267: func (i *InputStickerSetEmojiChannelDefaultStatuses) Encode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1276: func (i *InputStickerSetEmojiChannelDefaultStatuses) EncodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1284: func (i *InputStickerSetEmojiChannelDefaultStatuses) Decode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1295: func (i *InputStickerSetEmojiChannelDefaultStatuses) DecodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1427: v := InputStickerSetEmojiChannelDefaultStatuses{}
tl_registry_gen.go#L4100: InputStickerSetEmojiChannelDefaultStatusesTypeID: func() bin.Object { return &InputStickerSetEmojiChannelDefaultStatuses{} },
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. |