github.com/gotd/td/tg.StickerSetFullCovered.Keywords (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_sticker_set_gen.go#L44: Keywords []StickerKeyword
tl_messages_sticker_set_gen.go#L75: if !(s.Keywords == nil) {
tl_messages_sticker_set_gen.go#L103: s.Keywords = from.GetKeywords()
tl_messages_sticker_set_gen.go#L173: b.PutVectorHeader(len(s.Keywords))
tl_messages_sticker_set_gen.go#L174: for idx, v := range s.Keywords {
tl_messages_sticker_set_gen.go#L236: s.Keywords = make([]StickerKeyword, 0, headerLen%bin.PreallocateLimit)
tl_messages_sticker_set_gen.go#L243: s.Keywords = append(s.Keywords, value)
tl_messages_sticker_set_gen.go#L287: return s.Keywords
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. |