const github.com/gotd/td/tg.TextPhoneTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L705: TextPhoneTypeID: "textPhone#1ccb966a",
tl_registry_gen.go#L2487: "textPhone": TextPhoneTypeID,
tl_registry_gen.go#L4269: TextPhoneTypeID: func() bin.Object { return &TextPhone{} },
tl_registry_gen.go#L6400: TextPhoneTypeID,
tl_rich_text_gen.go#L1922: const TextPhoneTypeID = 0x1ccb966a
tl_rich_text_gen.go#L1973: return TextPhoneTypeID
tl_rich_text_gen.go#L1985: ID: TextPhoneTypeID,
tl_rich_text_gen.go#L2009: b.PutID(TextPhoneTypeID)
tl_rich_text_gen.go#L2033: if err := b.ConsumeID(TextPhoneTypeID); err != nil {
tl_rich_text_gen.go#L2582: case TextPhoneTypeID:
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. |