type github.com/gotd/td/tg.InputStickerSetEmojiDefaultStatuses
19 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L997: type InputStickerSetEmojiDefaultStatuses struct {
tl_input_sticker_set_gen.go#L1004: func (i InputStickerSetEmojiDefaultStatuses) construct() InputStickerSetClass { return &i }
tl_input_sticker_set_gen.go#L1008: _ bin.Encoder = &InputStickerSetEmojiDefaultStatuses{}
tl_input_sticker_set_gen.go#L1009: _ bin.Decoder = &InputStickerSetEmojiDefaultStatuses{}
tl_input_sticker_set_gen.go#L1010: _ bin.BareEncoder = &InputStickerSetEmojiDefaultStatuses{}
tl_input_sticker_set_gen.go#L1011: _ bin.BareDecoder = &InputStickerSetEmojiDefaultStatuses{}
tl_input_sticker_set_gen.go#L1013: _ InputStickerSetClass = &InputStickerSetEmojiDefaultStatuses{}
tl_input_sticker_set_gen.go#L1016: func (i *InputStickerSetEmojiDefaultStatuses) Zero() bool {
tl_input_sticker_set_gen.go#L1025: func (i *InputStickerSetEmojiDefaultStatuses) String() string {
tl_input_sticker_set_gen.go#L1029: type Alias InputStickerSetEmojiDefaultStatuses
tl_input_sticker_set_gen.go#L1036: func (*InputStickerSetEmojiDefaultStatuses) TypeID() uint32 {
tl_input_sticker_set_gen.go#L1041: func (*InputStickerSetEmojiDefaultStatuses) TypeName() string {
tl_input_sticker_set_gen.go#L1046: func (i *InputStickerSetEmojiDefaultStatuses) TypeInfo() tdp.Type {
tl_input_sticker_set_gen.go#L1060: func (i *InputStickerSetEmojiDefaultStatuses) Encode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1069: func (i *InputStickerSetEmojiDefaultStatuses) EncodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1077: func (i *InputStickerSetEmojiDefaultStatuses) Decode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1088: func (i *InputStickerSetEmojiDefaultStatuses) DecodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1413: v := InputStickerSetEmojiDefaultStatuses{}
tl_registry_gen.go#L4098: InputStickerSetEmojiDefaultStatusesTypeID: func() bin.Object { return &InputStickerSetEmojiDefaultStatuses{} },
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. |