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)