const github.com/gotd/td/tg.DocumentAttributeAudioTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L969: const DocumentAttributeAudioTypeID = 0x9852f9c6
tl_document_attribute_gen.go#L1047: return DocumentAttributeAudioTypeID
tl_document_attribute_gen.go#L1059: ID: DocumentAttributeAudioTypeID,
tl_document_attribute_gen.go#L1115: b.PutID(DocumentAttributeAudioTypeID)
tl_document_attribute_gen.go#L1146: if err := b.ConsumeID(DocumentAttributeAudioTypeID); err != nil {
tl_document_attribute_gen.go#L1850: case DocumentAttributeAudioTypeID:
tl_registry_gen.go#L500: DocumentAttributeAudioTypeID: "documentAttributeAudio#9852f9c6",
tl_registry_gen.go#L2282: "documentAttributeAudio": DocumentAttributeAudioTypeID,
tl_registry_gen.go#L4064: DocumentAttributeAudioTypeID: func() bin.Object { return &DocumentAttributeAudio{} },
tl_registry_gen.go#L5647: DocumentAttributeAudioTypeID,
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. |