const github.com/gotd/td/tg.ContactsGetBlockedRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_blocked_gen.go#L57: const ContactsGetBlockedRequestTypeID = 0x9a868f80
tl_contacts_get_blocked_gen.go#L111: return ContactsGetBlockedRequestTypeID
tl_contacts_get_blocked_gen.go#L123: ID: ContactsGetBlockedRequestTypeID,
tl_contacts_get_blocked_gen.go#L159: b.PutID(ContactsGetBlockedRequestTypeID)
tl_contacts_get_blocked_gen.go#L182: if err := b.ConsumeID(ContactsGetBlockedRequestTypeID); err != nil {
tl_registry_gen.go#L1372: ContactsGetBlockedRequestTypeID: "contacts.getBlocked#9a868f80",
tl_registry_gen.go#L3154: "contacts.getBlocked": ContactsGetBlockedRequestTypeID,
tl_registry_gen.go#L4936: ContactsGetBlockedRequestTypeID: func() bin.Object { return &ContactsGetBlockedRequest{} },
tl_server_gen.go#L2411: s.handlers[ContactsGetBlockedRequestTypeID] = 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. |