github.com/gotd/td/tg.RichMessage.Documents (field)
10 uses
github.com/gotd/td/tg (current package)
tl_rich_message_gen.go#L49: Documents []DocumentClass
tl_rich_message_gen.go#L82: if !(r.Documents == nil) {
tl_rich_message_gen.go#L110: r.Documents = from.GetDocuments()
tl_rich_message_gen.go#L208: b.PutVectorHeader(len(r.Documents))
tl_rich_message_gen.go#L209: for idx, v := range r.Documents {
tl_rich_message_gen.go#L284: r.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_rich_message_gen.go#L291: r.Documents = append(r.Documents, value)
tl_rich_message_gen.go#L356: return r.Documents
tl_rich_message_gen.go#L371: return DocumentClassArray(r.Documents)
![]() |
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. |