type github.com/gotd/td/tg.EmojiListBox
13 uses
github.com/gotd/td/tg (current package)
tl_account_get_channel_restricted_status_emojis_gen.go#L167: var result EmojiListBox
tl_account_get_default_background_emojis_gen.go#L182: var result EmojiListBox
tl_account_get_default_group_photo_emojis_gen.go#L180: var result EmojiListBox
tl_account_get_default_profile_photo_emojis_gen.go#L180: var result EmojiListBox
tl_emoji_list_gen.go#L397: type EmojiListBox struct {
tl_emoji_list_gen.go#L402: func (b *EmojiListBox) Decode(buf *bin.Buffer) error {
tl_emoji_list_gen.go#L415: func (b *EmojiListBox) Encode(buf *bin.Buffer) error {
tl_messages_search_custom_emoji_gen.go#L210: var result EmojiListBox
tl_server_gen.go#L2019: return &EmojiListBox{EmojiList: response}, nil
tl_server_gen.go#L2036: return &EmojiListBox{EmojiList: response}, nil
tl_server_gen.go#L2154: return &EmojiListBox{EmojiList: response}, nil
tl_server_gen.go#L2188: return &EmojiListBox{EmojiList: response}, nil
tl_server_gen.go#L5987: return &EmojiListBox{EmojiList: response}, nil
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. |