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

8 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_resolved_peer_gen.go#L48: const ContactsResolvedPeerTypeID = 0x7f077ad9
		tl_contacts_resolved_peer_gen.go#L99: 	return ContactsResolvedPeerTypeID
		tl_contacts_resolved_peer_gen.go#L111: 		ID:   ContactsResolvedPeerTypeID,
		tl_contacts_resolved_peer_gen.go#L139: 	b.PutID(ContactsResolvedPeerTypeID)
		tl_contacts_resolved_peer_gen.go#L180: 	if err := b.ConsumeID(ContactsResolvedPeerTypeID); err != nil {
		tl_registry_gen.go#L587: 		ContactsResolvedPeerTypeID:                               "contacts.resolvedPeer#7f077ad9",
		tl_registry_gen.go#L2369: 		"contacts.resolvedPeer":                              ContactsResolvedPeerTypeID,
		tl_registry_gen.go#L4151: 		ContactsResolvedPeerTypeID:                               func() bin.Object { return &ContactsResolvedPeer{} },