const github.com/gotd/td/tg.TextEmailTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L700: TextEmailTypeID: "textEmail#de5a0dd6",
tl_registry_gen.go#L2482: "textEmail": TextEmailTypeID,
tl_registry_gen.go#L4264: TextEmailTypeID: func() bin.Object { return &TextEmail{} },
tl_registry_gen.go#L6395: TextEmailTypeID,
tl_rich_text_gen.go#L1177: const TextEmailTypeID = 0xde5a0dd6
tl_rich_text_gen.go#L1228: return TextEmailTypeID
tl_rich_text_gen.go#L1240: ID: TextEmailTypeID,
tl_rich_text_gen.go#L1264: b.PutID(TextEmailTypeID)
tl_rich_text_gen.go#L1288: if err := b.ConsumeID(TextEmailTypeID); err != nil {
tl_rich_text_gen.go#L2547: case TextEmailTypeID:
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. |