const github.com/gotd/td/tg.TextAnchorTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L707: TextAnchorTypeID: "textAnchor#35553762",
tl_registry_gen.go#L2489: "textAnchor": TextAnchorTypeID,
tl_registry_gen.go#L4271: TextAnchorTypeID: func() bin.Object { return &TextAnchor{} },
tl_registry_gen.go#L6402: TextAnchorTypeID,
tl_rich_text_gen.go#L2278: const TextAnchorTypeID = 0x35553762
tl_rich_text_gen.go#L2329: return TextAnchorTypeID
tl_rich_text_gen.go#L2341: ID: TextAnchorTypeID,
tl_rich_text_gen.go#L2365: b.PutID(TextAnchorTypeID)
tl_rich_text_gen.go#L2389: if err := b.ConsumeID(TextAnchorTypeID); err != nil {
tl_rich_text_gen.go#L2596: case TextAnchorTypeID:
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. |