const github.com/gotd/td/tg.ContactsGetStatusesRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_statuses_gen.go#L42: const ContactsGetStatusesRequestTypeID = 0xc4a353ee
tl_contacts_get_statuses_gen.go#L73: return ContactsGetStatusesRequestTypeID
tl_contacts_get_statuses_gen.go#L85: ID: ContactsGetStatusesRequestTypeID,
tl_contacts_get_statuses_gen.go#L100: b.PutID(ContactsGetStatusesRequestTypeID)
tl_contacts_get_statuses_gen.go#L117: if err := b.ConsumeID(ContactsGetStatusesRequestTypeID); err != nil {
tl_registry_gen.go#L1365: ContactsGetStatusesRequestTypeID: "contacts.getStatuses#c4a353ee",
tl_registry_gen.go#L3147: "contacts.getStatuses": ContactsGetStatusesRequestTypeID,
tl_registry_gen.go#L4929: ContactsGetStatusesRequestTypeID: func() bin.Object { return &ContactsGetStatusesRequest{} },
tl_server_gen.go#L2280: s.handlers[ContactsGetStatusesRequestTypeID] = 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. |