const github.com/gotd/td/tg.ContactsBlockFromRepliesRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_block_from_replies_gen.go#L61: const ContactsBlockFromRepliesRequestTypeID = 0x29a8962c
tl_contacts_block_from_replies_gen.go#L120: return ContactsBlockFromRepliesRequestTypeID
tl_contacts_block_from_replies_gen.go#L132: ID: ContactsBlockFromRepliesRequestTypeID,
tl_contacts_block_from_replies_gen.go#L180: buf.PutID(ContactsBlockFromRepliesRequestTypeID)
tl_contacts_block_from_replies_gen.go#L202: if err := buf.ConsumeID(ContactsBlockFromRepliesRequestTypeID); err != nil {
tl_registry_gen.go#L1383: ContactsBlockFromRepliesRequestTypeID: "contacts.blockFromReplies#29a8962c",
tl_registry_gen.go#L3165: "contacts.blockFromReplies": ContactsBlockFromRepliesRequestTypeID,
tl_registry_gen.go#L4947: ContactsBlockFromRepliesRequestTypeID: func() bin.Object { return &ContactsBlockFromRepliesRequest{} },
tl_server_gen.go#L2610: s.handlers[ContactsBlockFromRepliesRequestTypeID] = 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. |