github.com/gotd/td/tg.InputMediaUploadedDocument.Attributes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1266: Attributes []DocumentAttributeClass
tl_input_media_gen.go#L1326: if !(i.Attributes == nil) {
tl_input_media_gen.go#L1377: i.Attributes = from.GetAttributes()
tl_input_media_gen.go#L1536: b.PutVectorHeader(len(i.Attributes))
tl_input_media_gen.go#L1537: for idx, v := range i.Attributes {
tl_input_media_gen.go#L1625: i.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_input_media_gen.go#L1632: i.Attributes = append(i.Attributes, value)
tl_input_media_gen.go#L1772: return i.Attributes
tl_input_media_gen.go#L1849: return DocumentAttributeClassArray(i.Attributes)
![]() |
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. |