const github.com/gotd/td/tg.ContactsResolveUsernameRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_resolve_username_gen.go#L44: const ContactsResolveUsernameRequestTypeID = 0xf93ccba3
tl_contacts_resolve_username_gen.go#L85: return ContactsResolveUsernameRequestTypeID
tl_contacts_resolve_username_gen.go#L97: ID: ContactsResolveUsernameRequestTypeID,
tl_contacts_resolve_username_gen.go#L117: b.PutID(ContactsResolveUsernameRequestTypeID)
tl_contacts_resolve_username_gen.go#L135: if err := b.ConsumeID(ContactsResolveUsernameRequestTypeID); err != nil {
tl_registry_gen.go#L1374: ContactsResolveUsernameRequestTypeID: "contacts.resolveUsername#f93ccba3",
tl_registry_gen.go#L3156: "contacts.resolveUsername": ContactsResolveUsernameRequestTypeID,
tl_registry_gen.go#L4938: ContactsResolveUsernameRequestTypeID: func() bin.Object { return &ContactsResolveUsernameRequest{} },
tl_server_gen.go#L2445: s.handlers[ContactsResolveUsernameRequestTypeID] = 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. |