const github.com/gotd/td/tg.TextSuperscriptTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L703: TextSuperscriptTypeID: "textSuperscript#c7fb5e01",
tl_registry_gen.go#L2485: "textSuperscript": TextSuperscriptTypeID,
tl_registry_gen.go#L4267: TextSuperscriptTypeID: func() bin.Object { return &TextSuperscript{} },
tl_registry_gen.go#L6398: TextSuperscriptTypeID,
tl_rich_text_gen.go#L1640: const TextSuperscriptTypeID = 0xc7fb5e01
tl_rich_text_gen.go#L1686: return TextSuperscriptTypeID
tl_rich_text_gen.go#L1698: ID: TextSuperscriptTypeID,
tl_rich_text_gen.go#L1718: b.PutID(TextSuperscriptTypeID)
tl_rich_text_gen.go#L1741: if err := b.ConsumeID(TextSuperscriptTypeID); err != nil {
tl_rich_text_gen.go#L2568: case TextSuperscriptTypeID:
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. |