const github.com/gotd/td/tg.ImportedContactTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_imported_contact_gen.go#L49: const ImportedContactTypeID = 0xc13e3c50
tl_imported_contact_gen.go#L95: return ImportedContactTypeID
tl_imported_contact_gen.go#L107: ID: ImportedContactTypeID,
tl_imported_contact_gen.go#L131: b.PutID(ImportedContactTypeID)
tl_imported_contact_gen.go#L150: if err := b.ConsumeID(ImportedContactTypeID); err != nil {
tl_registry_gen.go#L229: ImportedContactTypeID: "importedContact#c13e3c50",
tl_registry_gen.go#L2011: "importedContact": ImportedContactTypeID,
tl_registry_gen.go#L3793: ImportedContactTypeID: func() bin.Object { return &ImportedContact{} },
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. |