const github.com/gotd/td/tg.TextMarkedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L704: TextMarkedTypeID: "textMarked#34b8621",
tl_registry_gen.go#L2486: "textMarked": TextMarkedTypeID,
tl_registry_gen.go#L4268: TextMarkedTypeID: func() bin.Object { return &TextMarked{} },
tl_registry_gen.go#L6399: TextMarkedTypeID,
tl_rich_text_gen.go#L1780: const TextMarkedTypeID = 0x34b8621
tl_rich_text_gen.go#L1826: return TextMarkedTypeID
tl_rich_text_gen.go#L1838: ID: TextMarkedTypeID,
tl_rich_text_gen.go#L1858: b.PutID(TextMarkedTypeID)
tl_rich_text_gen.go#L1881: if err := b.ConsumeID(TextMarkedTypeID); err != nil {
tl_rich_text_gen.go#L2575: case TextMarkedTypeID:
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. |