github.com/gotd/td/tg.InputRichMessage.Documents (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_rich_message_gen.go#L53: Documents []InputDocumentClass
tl_input_rich_message_gen.go#L95: if !(i.Documents == nil) {
tl_input_rich_message_gen.go#L131: i.Documents = val
tl_input_rich_message_gen.go#L207: if !(i.Documents == nil) {
tl_input_rich_message_gen.go#L254: b.PutVectorHeader(len(i.Documents))
tl_input_rich_message_gen.go#L255: for idx, v := range i.Documents {
tl_input_rich_message_gen.go#L342: i.Documents = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_input_rich_message_gen.go#L349: i.Documents = append(i.Documents, value)
tl_input_rich_message_gen.go#L439: i.Documents = value
tl_input_rich_message_gen.go#L451: return i.Documents, true
tl_input_rich_message_gen.go#L490: return InputDocumentClassArray(i.Documents), true
![]() |
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. |