github.com/gotd/td/tg.StickerSetFullCovered.Documents (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_sticker_set_gen.go#L46: Documents []DocumentClass
tl_messages_sticker_set_gen.go#L78: if !(s.Documents == nil) {
tl_messages_sticker_set_gen.go#L104: s.Documents = from.GetDocuments()
tl_messages_sticker_set_gen.go#L179: b.PutVectorHeader(len(s.Documents))
tl_messages_sticker_set_gen.go#L180: for idx, v := range s.Documents {
tl_messages_sticker_set_gen.go#L253: s.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_sticker_set_gen.go#L260: s.Documents = append(s.Documents, value)
tl_messages_sticker_set_gen.go#L295: return s.Documents
tl_messages_sticker_set_gen.go#L300: return DocumentClassArray(s.Documents)
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. |