const github.com/gotd/td/tg.ContactsSetBlockedRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_set_blocked_gen.go#L63: const ContactsSetBlockedRequestTypeID = 0x94c65c76
tl_contacts_set_blocked_gen.go#L117: return ContactsSetBlockedRequestTypeID
tl_contacts_set_blocked_gen.go#L129: ID: ContactsSetBlockedRequestTypeID,
tl_contacts_set_blocked_gen.go#L165: b.PutID(ContactsSetBlockedRequestTypeID)
tl_contacts_set_blocked_gen.go#L196: if err := b.ConsumeID(ContactsSetBlockedRequestTypeID); err != nil {
tl_registry_gen.go#L1388: ContactsSetBlockedRequestTypeID: "contacts.setBlocked#94c65c76",
tl_registry_gen.go#L3170: "contacts.setBlocked": ContactsSetBlockedRequestTypeID,
tl_registry_gen.go#L4952: ContactsSetBlockedRequestTypeID: func() bin.Object { return &ContactsSetBlockedRequest{} },
tl_server_gen.go#L2703: s.handlers[ContactsSetBlockedRequestTypeID] = 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. |