const github.com/gotd/td/tg.DocumentAttributeImageSizeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L46: const DocumentAttributeImageSizeTypeID = 0x6c37c15c
tl_document_attribute_gen.go#L97: return DocumentAttributeImageSizeTypeID
tl_document_attribute_gen.go#L109: ID: DocumentAttributeImageSizeTypeID,
tl_document_attribute_gen.go#L133: b.PutID(DocumentAttributeImageSizeTypeID)
tl_document_attribute_gen.go#L152: if err := b.ConsumeID(DocumentAttributeImageSizeTypeID); err != nil {
tl_document_attribute_gen.go#L1822: case DocumentAttributeImageSizeTypeID:
tl_registry_gen.go#L496: DocumentAttributeImageSizeTypeID: "documentAttributeImageSize#6c37c15c",
tl_registry_gen.go#L2278: "documentAttributeImageSize": DocumentAttributeImageSizeTypeID,
tl_registry_gen.go#L4060: DocumentAttributeImageSizeTypeID: func() bin.Object { return &DocumentAttributeImageSize{} },
tl_registry_gen.go#L5643: DocumentAttributeImageSizeTypeID,
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. |