const github.com/gotd/td/tg.TextSubscriptTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L702: TextSubscriptTypeID: "textSubscript#ed6a8504",
tl_registry_gen.go#L2484: "textSubscript": TextSubscriptTypeID,
tl_registry_gen.go#L4266: TextSubscriptTypeID: func() bin.Object { return &TextSubscript{} },
tl_registry_gen.go#L6397: TextSubscriptTypeID,
tl_rich_text_gen.go#L1500: const TextSubscriptTypeID = 0xed6a8504
tl_rich_text_gen.go#L1546: return TextSubscriptTypeID
tl_rich_text_gen.go#L1558: ID: TextSubscriptTypeID,
tl_rich_text_gen.go#L1578: b.PutID(TextSubscriptTypeID)
tl_rich_text_gen.go#L1601: if err := b.ConsumeID(TextSubscriptTypeID); err != nil {
tl_rich_text_gen.go#L2561: case TextSubscriptTypeID:
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. |