const github.com/gotd/td/tg.ExportedContactTokenTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_exported_contact_token_gen.go#L52: const ExportedContactTokenTypeID = 0x41bf109b
tl_exported_contact_token_gen.go#L98: return ExportedContactTokenTypeID
tl_exported_contact_token_gen.go#L110: ID: ExportedContactTokenTypeID,
tl_exported_contact_token_gen.go#L134: b.PutID(ExportedContactTokenTypeID)
tl_exported_contact_token_gen.go#L153: if err := b.ConsumeID(ExportedContactTokenTypeID); err != nil {
tl_registry_gen.go#L1151: ExportedContactTokenTypeID: "exportedContactToken#41bf109b",
tl_registry_gen.go#L2933: "exportedContactToken": ExportedContactTokenTypeID,
tl_registry_gen.go#L4715: ExportedContactTokenTypeID: func() bin.Object { return &ExportedContactToken{} },
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. |