const github.com/gotd/td/tg.TextBoldTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L694: TextBoldTypeID: "textBold#6724abc4",
tl_registry_gen.go#L2476: "textBold": TextBoldTypeID,
tl_registry_gen.go#L4258: TextBoldTypeID: func() bin.Object { return &TextBold{} },
tl_registry_gen.go#L6389: TextBoldTypeID,
tl_rich_text_gen.go#L281: const TextBoldTypeID = 0x6724abc4
tl_rich_text_gen.go#L327: return TextBoldTypeID
tl_rich_text_gen.go#L339: ID: TextBoldTypeID,
tl_rich_text_gen.go#L359: b.PutID(TextBoldTypeID)
tl_rich_text_gen.go#L382: if err := b.ConsumeID(TextBoldTypeID); err != nil {
tl_rich_text_gen.go#L2505: case TextBoldTypeID:
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. |