const github.com/gotd/td/tg.ContactsAddContactRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_add_contact_gen.go#L63: const ContactsAddContactRequestTypeID = 0xe8f463d0
tl_contacts_add_contact_gen.go#L127: return ContactsAddContactRequestTypeID
tl_contacts_add_contact_gen.go#L139: ID: ContactsAddContactRequestTypeID,
tl_contacts_add_contact_gen.go#L183: b.PutID(ContactsAddContactRequestTypeID)
tl_contacts_add_contact_gen.go#L213: if err := b.ConsumeID(ContactsAddContactRequestTypeID); err != nil {
tl_registry_gen.go#L1380: ContactsAddContactRequestTypeID: "contacts.addContact#e8f463d0",
tl_registry_gen.go#L3162: "contacts.addContact": ContactsAddContactRequestTypeID,
tl_registry_gen.go#L4944: ContactsAddContactRequestTypeID: func() bin.Object { return &ContactsAddContactRequest{} },
tl_server_gen.go#L2559: s.handlers[ContactsAddContactRequestTypeID] = handler
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. |