const github.com/gotd/td/tg.ContactsFoundTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_contacts_found_gen.go#L50: const ContactsFoundTypeID = 0xb3134d9d
tl_contacts_found_gen.go#L106: return ContactsFoundTypeID
tl_contacts_found_gen.go#L118: ID: ContactsFoundTypeID,
tl_contacts_found_gen.go#L150: b.PutID(ContactsFoundTypeID)
tl_contacts_found_gen.go#L203: if err := b.ConsumeID(ContactsFoundTypeID); err != nil {
tl_registry_gen.go#L455: ContactsFoundTypeID: "contacts.found#b3134d9d",
tl_registry_gen.go#L2237: "contacts.found": ContactsFoundTypeID,
tl_registry_gen.go#L4019: ContactsFoundTypeID: func() bin.Object { return &ContactsFound{} },
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. |