github.com/gotd/td/tg.Document.Attributes (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_document_gen.go#L205: 	Attributes []DocumentAttributeClass
		tl_document_gen.go#L258: 	if !(d.Attributes == nil) {
		tl_document_gen.go#L302: 	d.Attributes = from.GetAttributes()
		tl_document_gen.go#L431: 	b.PutVectorHeader(len(d.Attributes))
		tl_document_gen.go#L432: 	for idx, v := range d.Attributes {
		tl_document_gen.go#L554: 			d.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_document_gen.go#L561: 			d.Attributes = append(d.Attributes, value)
		tl_document_gen.go#L664: 	return d.Attributes
		tl_document_gen.go#L685: 	return DocumentAttributeClassArray(d.Attributes)