const github.com/gotd/td/tg.TextItalicTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L695: TextItalicTypeID: "textItalic#d912a59c",
tl_registry_gen.go#L2477: "textItalic": TextItalicTypeID,
tl_registry_gen.go#L4259: TextItalicTypeID: func() bin.Object { return &TextItalic{} },
tl_registry_gen.go#L6390: TextItalicTypeID,
tl_rich_text_gen.go#L421: const TextItalicTypeID = 0xd912a59c
tl_rich_text_gen.go#L467: return TextItalicTypeID
tl_rich_text_gen.go#L479: ID: TextItalicTypeID,
tl_rich_text_gen.go#L499: b.PutID(TextItalicTypeID)
tl_rich_text_gen.go#L522: if err := b.ConsumeID(TextItalicTypeID); err != nil {
tl_rich_text_gen.go#L2512: case TextItalicTypeID:
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. |