const github.com/gotd/td/tg.ContactsGetLocatedRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_located_gen.go#L63: const ContactsGetLocatedRequestTypeID = 0xd348bc44
tl_contacts_get_located_gen.go#L120: return ContactsGetLocatedRequestTypeID
tl_contacts_get_located_gen.go#L132: ID: ContactsGetLocatedRequestTypeID,
tl_contacts_get_located_gen.go#L172: b.PutID(ContactsGetLocatedRequestTypeID)
tl_contacts_get_located_gen.go#L202: if err := b.ConsumeID(ContactsGetLocatedRequestTypeID); err != nil {
tl_registry_gen.go#L1382: ContactsGetLocatedRequestTypeID: "contacts.getLocated#d348bc44",
tl_registry_gen.go#L3164: "contacts.getLocated": ContactsGetLocatedRequestTypeID,
tl_registry_gen.go#L4946: ContactsGetLocatedRequestTypeID: func() bin.Object { return &ContactsGetLocatedRequest{} },
tl_server_gen.go#L2593: s.handlers[ContactsGetLocatedRequestTypeID] = 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. |