github.com/gotd/td/tg.EmojiGroup.Emoticons (field)
9 uses
github.com/gotd/td/tg (current package)
tl_emoji_group_gen.go#L47: Emoticons []string
tl_emoji_group_gen.go#L71: if !(e.Emoticons == nil) {
tl_emoji_group_gen.go#L95: e.Emoticons = from.GetEmoticons()
tl_emoji_group_gen.go#L153: b.PutVectorHeader(len(e.Emoticons))
tl_emoji_group_gen.go#L154: for _, v := range e.Emoticons {
tl_emoji_group_gen.go#L197: e.Emoticons = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_emoji_group_gen.go#L204: e.Emoticons = append(e.Emoticons, value)
tl_emoji_group_gen.go#L231: 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. |