github.com/gotd/td/tg.InputMediaUploadedDocument.Attributes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1086: Attributes []DocumentAttributeClass
tl_input_media_gen.go#L1138: if !(i.Attributes == nil) {
tl_input_media_gen.go#L1181: i.Attributes = from.GetAttributes()
tl_input_media_gen.go#L1316: b.PutVectorHeader(len(i.Attributes))
tl_input_media_gen.go#L1317: for idx, v := range i.Attributes {
tl_input_media_gen.go#L1394: i.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_input_media_gen.go#L1401: i.Attributes = append(i.Attributes, value)
tl_input_media_gen.go#L1527: return i.Attributes
tl_input_media_gen.go#L1568: return DocumentAttributeClassArray(i.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. |