const github.com/gotd/td/tg.TextUnderlineTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L696: TextUnderlineTypeID: "textUnderline#c12622c4",
tl_registry_gen.go#L2478: "textUnderline": TextUnderlineTypeID,
tl_registry_gen.go#L4260: TextUnderlineTypeID: func() bin.Object { return &TextUnderline{} },
tl_registry_gen.go#L6391: TextUnderlineTypeID,
tl_rich_text_gen.go#L561: const TextUnderlineTypeID = 0xc12622c4
tl_rich_text_gen.go#L607: return TextUnderlineTypeID
tl_rich_text_gen.go#L619: ID: TextUnderlineTypeID,
tl_rich_text_gen.go#L639: b.PutID(TextUnderlineTypeID)
tl_rich_text_gen.go#L662: if err := b.ConsumeID(TextUnderlineTypeID); err != nil {
tl_rich_text_gen.go#L2519: case TextUnderlineTypeID:
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. |