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