const github.com/gotd/td/tg.TextURLTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L699: TextURLTypeID: "textUrl#3c2884c1",
tl_registry_gen.go#L2481: "textUrl": TextURLTypeID,
tl_registry_gen.go#L4263: TextURLTypeID: func() bin.Object { return &TextURL{} },
tl_registry_gen.go#L6394: TextURLTypeID,
tl_rich_text_gen.go#L985: const TextURLTypeID = 0x3c2884c1
tl_rich_text_gen.go#L1041: return TextURLTypeID
tl_rich_text_gen.go#L1053: ID: TextURLTypeID,
tl_rich_text_gen.go#L1081: b.PutID(TextURLTypeID)
tl_rich_text_gen.go#L1106: if err := b.ConsumeID(TextURLTypeID); err != nil {
tl_rich_text_gen.go#L2540: case TextURLTypeID:
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. |