const github.com/gotd/td/tg.ContactsGetBlockedRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_get_blocked_gen.go#L57: const ContactsGetBlockedRequestTypeID = 0x9a868f80
		tl_contacts_get_blocked_gen.go#L111: 	return ContactsGetBlockedRequestTypeID
		tl_contacts_get_blocked_gen.go#L123: 		ID:   ContactsGetBlockedRequestTypeID,
		tl_contacts_get_blocked_gen.go#L159: 	b.PutID(ContactsGetBlockedRequestTypeID)
		tl_contacts_get_blocked_gen.go#L182: 	if err := b.ConsumeID(ContactsGetBlockedRequestTypeID); err != nil {
		tl_registry_gen.go#L1372: 		ContactsGetBlockedRequestTypeID:                                         "contacts.getBlocked#9a868f80",
		tl_registry_gen.go#L3154: 		"contacts.getBlocked":                                               ContactsGetBlockedRequestTypeID,
		tl_registry_gen.go#L4936: 		ContactsGetBlockedRequestTypeID:                                         func() bin.Object { return &ContactsGetBlockedRequest{} },
		tl_server_gen.go#L2411: 	s.handlers[ContactsGetBlockedRequestTypeID] = handler