const github.com/gotd/td/tg.DocumentAttributeCustomEmojiTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1535: const DocumentAttributeCustomEmojiTypeID = 0xfd149899
tl_document_attribute_gen.go#L1599: return DocumentAttributeCustomEmojiTypeID
tl_document_attribute_gen.go#L1611: ID: DocumentAttributeCustomEmojiTypeID,
tl_document_attribute_gen.go#L1655: b.PutID(DocumentAttributeCustomEmojiTypeID)
tl_document_attribute_gen.go#L1683: if err := b.ConsumeID(DocumentAttributeCustomEmojiTypeID); err != nil {
tl_document_attribute_gen.go#L1871: case DocumentAttributeCustomEmojiTypeID:
tl_registry_gen.go#L503: DocumentAttributeCustomEmojiTypeID: "documentAttributeCustomEmoji#fd149899",
tl_registry_gen.go#L2285: "documentAttributeCustomEmoji": DocumentAttributeCustomEmojiTypeID,
tl_registry_gen.go#L4067: DocumentAttributeCustomEmojiTypeID: func() bin.Object { return &DocumentAttributeCustomEmoji{} },
tl_registry_gen.go#L5650: DocumentAttributeCustomEmojiTypeID,
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. |