type github.com/gotd/td/tg.EmojiListNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_emoji_list_gen.go#L41: type EmojiListNotModified struct {
tl_emoji_list_gen.go#L48: func (e EmojiListNotModified) construct() EmojiListClass { return &e }
tl_emoji_list_gen.go#L52: _ bin.Encoder = &EmojiListNotModified{}
tl_emoji_list_gen.go#L53: _ bin.Decoder = &EmojiListNotModified{}
tl_emoji_list_gen.go#L54: _ bin.BareEncoder = &EmojiListNotModified{}
tl_emoji_list_gen.go#L55: _ bin.BareDecoder = &EmojiListNotModified{}
tl_emoji_list_gen.go#L57: _ EmojiListClass = &EmojiListNotModified{}
tl_emoji_list_gen.go#L60: func (e *EmojiListNotModified) Zero() bool {
tl_emoji_list_gen.go#L69: func (e *EmojiListNotModified) String() string {
tl_emoji_list_gen.go#L73: type Alias EmojiListNotModified
tl_emoji_list_gen.go#L80: func (*EmojiListNotModified) TypeID() uint32 {
tl_emoji_list_gen.go#L85: func (*EmojiListNotModified) TypeName() string {
tl_emoji_list_gen.go#L90: func (e *EmojiListNotModified) TypeInfo() tdp.Type {
tl_emoji_list_gen.go#L104: func (e *EmojiListNotModified) Encode(b *bin.Buffer) error {
tl_emoji_list_gen.go#L113: func (e *EmojiListNotModified) EncodeBare(b *bin.Buffer) error {
tl_emoji_list_gen.go#L121: func (e *EmojiListNotModified) Decode(b *bin.Buffer) error {
tl_emoji_list_gen.go#L132: func (e *EmojiListNotModified) DecodeBare(b *bin.Buffer) error {
tl_emoji_list_gen.go#L361: func (e *EmojiListNotModified) AsModified() (*EmojiList, bool) {
tl_emoji_list_gen.go#L379: v := EmojiListNotModified{}
tl_registry_gen.go#L4719: EmojiListNotModifiedTypeID: func() bin.Object { return &EmojiListNotModified{} },
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. |