github.com/gotd/td/tg.MessagesEmojiGroups.Groups (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_emoji_groups_gen.go#L156: Groups []EmojiGroup
tl_messages_emoji_groups_gen.go#L182: if !(e.Groups == nil) {
tl_messages_emoji_groups_gen.go#L204: e.Groups = from.GetGroups()
tl_messages_emoji_groups_gen.go#L257: b.PutVectorHeader(len(e.Groups))
tl_messages_emoji_groups_gen.go#L258: for idx, v := range e.Groups {
tl_messages_emoji_groups_gen.go#L296: e.Groups = make([]EmojiGroup, 0, headerLen%bin.PreallocateLimit)
tl_messages_emoji_groups_gen.go#L303: e.Groups = append(e.Groups, value)
tl_messages_emoji_groups_gen.go#L322: return e.Groups
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. |