github.com/gotd/td/tg.EmojiKeywordDeleted.Emoticons (field)
9 uses
github.com/gotd/td/tg (current package)
tl_emoji_keyword_gen.go#L42: Emoticons []string
tl_emoji_keyword_gen.go#L68: if !(e.Emoticons == nil) {
tl_emoji_keyword_gen.go#L90: e.Emoticons = from.GetEmoticons()
tl_emoji_keyword_gen.go#L143: b.PutVectorHeader(len(e.Emoticons))
tl_emoji_keyword_gen.go#L144: for _, v := range e.Emoticons {
tl_emoji_keyword_gen.go#L180: e.Emoticons = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_emoji_keyword_gen.go#L187: e.Emoticons = append(e.Emoticons, value)
tl_emoji_keyword_gen.go#L206: return e.Emoticons
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. |