const github.com/gotd/td/tg.DocumentAttributeStickerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L321: const DocumentAttributeStickerTypeID = 0x6319d612
tl_document_attribute_gen.go#L388: return DocumentAttributeStickerTypeID
tl_document_attribute_gen.go#L400: ID: DocumentAttributeStickerTypeID,
tl_document_attribute_gen.go#L444: b.PutID(DocumentAttributeStickerTypeID)
tl_document_attribute_gen.go#L477: if err := b.ConsumeID(DocumentAttributeStickerTypeID); err != nil {
tl_document_attribute_gen.go#L1836: case DocumentAttributeStickerTypeID:
tl_registry_gen.go#L498: DocumentAttributeStickerTypeID: "documentAttributeSticker#6319d612",
tl_registry_gen.go#L2280: "documentAttributeSticker": DocumentAttributeStickerTypeID,
tl_registry_gen.go#L4062: DocumentAttributeStickerTypeID: func() bin.Object { return &DocumentAttributeSticker{} },
tl_registry_gen.go#L5645: DocumentAttributeStickerTypeID,
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. |