const github.com/gotd/td/tg.ContactsContactsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_contacts_gen.go#L150: const ContactsContactsTypeID = 0xeae87e42
tl_contacts_contacts_gen.go#L206: return ContactsContactsTypeID
tl_contacts_contacts_gen.go#L218: ID: ContactsContactsTypeID,
tl_contacts_contacts_gen.go#L246: b.PutID(ContactsContactsTypeID)
tl_contacts_contacts_gen.go#L279: if err := b.ConsumeID(ContactsContactsTypeID); err != nil {
tl_contacts_contacts_gen.go#L427: case ContactsContactsTypeID:
tl_registry_gen.go#L232: ContactsContactsTypeID: "contacts.contacts#eae87e42",
tl_registry_gen.go#L2014: "contacts.contacts": ContactsContactsTypeID,
tl_registry_gen.go#L3796: ContactsContactsTypeID: func() bin.Object { return &ContactsContacts{} },
tl_registry_gen.go#L5622: ContactsContactsTypeID,
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. |