type github.com/gotd/td/tg.InputStickerSetEmojiDefaultTopicIcons
19 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L1103: type InputStickerSetEmojiDefaultTopicIcons struct {
tl_input_sticker_set_gen.go#L1110: func (i InputStickerSetEmojiDefaultTopicIcons) construct() InputStickerSetClass { return &i }
tl_input_sticker_set_gen.go#L1114: _ bin.Encoder = &InputStickerSetEmojiDefaultTopicIcons{}
tl_input_sticker_set_gen.go#L1115: _ bin.Decoder = &InputStickerSetEmojiDefaultTopicIcons{}
tl_input_sticker_set_gen.go#L1116: _ bin.BareEncoder = &InputStickerSetEmojiDefaultTopicIcons{}
tl_input_sticker_set_gen.go#L1117: _ bin.BareDecoder = &InputStickerSetEmojiDefaultTopicIcons{}
tl_input_sticker_set_gen.go#L1119: _ InputStickerSetClass = &InputStickerSetEmojiDefaultTopicIcons{}
tl_input_sticker_set_gen.go#L1122: func (i *InputStickerSetEmojiDefaultTopicIcons) Zero() bool {
tl_input_sticker_set_gen.go#L1131: func (i *InputStickerSetEmojiDefaultTopicIcons) String() string {
tl_input_sticker_set_gen.go#L1135: type Alias InputStickerSetEmojiDefaultTopicIcons
tl_input_sticker_set_gen.go#L1142: func (*InputStickerSetEmojiDefaultTopicIcons) TypeID() uint32 {
tl_input_sticker_set_gen.go#L1147: func (*InputStickerSetEmojiDefaultTopicIcons) TypeName() string {
tl_input_sticker_set_gen.go#L1152: func (i *InputStickerSetEmojiDefaultTopicIcons) TypeInfo() tdp.Type {
tl_input_sticker_set_gen.go#L1166: func (i *InputStickerSetEmojiDefaultTopicIcons) Encode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1175: func (i *InputStickerSetEmojiDefaultTopicIcons) EncodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1183: func (i *InputStickerSetEmojiDefaultTopicIcons) Decode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1194: func (i *InputStickerSetEmojiDefaultTopicIcons) DecodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1420: v := InputStickerSetEmojiDefaultTopicIcons{}
tl_registry_gen.go#L4099: InputStickerSetEmojiDefaultTopicIconsTypeID: func() bin.Object { return &InputStickerSetEmojiDefaultTopicIcons{} },
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. |