const github.com/gotd/td/tg.DocumentAttributeVideoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L602: const DocumentAttributeVideoTypeID = 0xd38ff1c2
tl_document_attribute_gen.go#L684: return DocumentAttributeVideoTypeID
tl_document_attribute_gen.go#L696: ID: DocumentAttributeVideoTypeID,
tl_document_attribute_gen.go#L760: b.PutID(DocumentAttributeVideoTypeID)
tl_document_attribute_gen.go#L787: if err := b.ConsumeID(DocumentAttributeVideoTypeID); err != nil {
tl_document_attribute_gen.go#L1843: case DocumentAttributeVideoTypeID:
tl_registry_gen.go#L499: DocumentAttributeVideoTypeID: "documentAttributeVideo#d38ff1c2",
tl_registry_gen.go#L2281: "documentAttributeVideo": DocumentAttributeVideoTypeID,
tl_registry_gen.go#L4063: DocumentAttributeVideoTypeID: func() bin.Object { return &DocumentAttributeVideo{} },
tl_registry_gen.go#L5646: DocumentAttributeVideoTypeID,
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. |