const github.com/gotd/td/tg.ContactsBlockRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_block_gen.go#L58: const ContactsBlockRequestTypeID = 0x2e2e8734
tl_contacts_block_gen.go#L107: return ContactsBlockRequestTypeID
tl_contacts_block_gen.go#L119: ID: ContactsBlockRequestTypeID,
tl_contacts_block_gen.go#L151: buf.PutID(ContactsBlockRequestTypeID)
tl_contacts_block_gen.go#L178: if err := buf.ConsumeID(ContactsBlockRequestTypeID); err != nil {
tl_registry_gen.go#L1370: ContactsBlockRequestTypeID: "contacts.block#2e2e8734",
tl_registry_gen.go#L3152: "contacts.block": ContactsBlockRequestTypeID,
tl_registry_gen.go#L4934: ContactsBlockRequestTypeID: func() bin.Object { return &ContactsBlockRequest{} },
tl_server_gen.go#L2373: s.handlers[ContactsBlockRequestTypeID] = 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. |