const github.com/gotd/td/tg.TextPlainTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L693: TextPlainTypeID: "textPlain#744694e0",
tl_registry_gen.go#L2475: "textPlain": TextPlainTypeID,
tl_registry_gen.go#L4257: TextPlainTypeID: func() bin.Object { return &TextPlain{} },
tl_registry_gen.go#L6388: TextPlainTypeID,
tl_rich_text_gen.go#L146: const TextPlainTypeID = 0x744694e0
tl_rich_text_gen.go#L192: return TextPlainTypeID
tl_rich_text_gen.go#L204: ID: TextPlainTypeID,
tl_rich_text_gen.go#L224: b.PutID(TextPlainTypeID)
tl_rich_text_gen.go#L242: if err := b.ConsumeID(TextPlainTypeID); err != nil {
tl_rich_text_gen.go#L2498: case TextPlainTypeID:
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. |