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