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#L76: if !(e.Emoticons == nil) {
tl_emoji_group_gen.go#L100: e.Emoticons = from.GetEmoticons()
tl_emoji_group_gen.go#L158: b.PutVectorHeader(len(e.Emoticons))
tl_emoji_group_gen.go#L159: for _, v := range e.Emoticons {
tl_emoji_group_gen.go#L202: e.Emoticons = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_emoji_group_gen.go#L209: e.Emoticons = append(e.Emoticons, value)
tl_emoji_group_gen.go#L236: return e.Emoticons
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |