const github.com/gotd/td/tg.DocumentAttributeHasStickersTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1418: const DocumentAttributeHasStickersTypeID = 0x9801d2f7
tl_document_attribute_gen.go#L1454: return DocumentAttributeHasStickersTypeID
tl_document_attribute_gen.go#L1466: ID: DocumentAttributeHasStickersTypeID,
tl_document_attribute_gen.go#L1481: b.PutID(DocumentAttributeHasStickersTypeID)
tl_document_attribute_gen.go#L1498: if err := b.ConsumeID(DocumentAttributeHasStickersTypeID); err != nil {
tl_document_attribute_gen.go#L1864: case DocumentAttributeHasStickersTypeID:
tl_registry_gen.go#L502: DocumentAttributeHasStickersTypeID: "documentAttributeHasStickers#9801d2f7",
tl_registry_gen.go#L2284: "documentAttributeHasStickers": DocumentAttributeHasStickersTypeID,
tl_registry_gen.go#L4066: DocumentAttributeHasStickersTypeID: func() bin.Object { return &DocumentAttributeHasStickers{} },
tl_registry_gen.go#L5649: DocumentAttributeHasStickersTypeID,
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. |