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)
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. |