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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L704: 	u.handlers[UpdateContactsResetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L323: 		UpdateContactsResetTypeID:                                "updateContactsReset#7084a7be",
		tl_registry_gen.go#L2105: 		"updateContactsReset":                                UpdateContactsResetTypeID,
		tl_registry_gen.go#L3887: 		UpdateContactsResetTypeID:                                func() bin.Object { return &UpdateContactsReset{} },
		tl_registry_gen.go#L6584: 			UpdateContactsResetTypeID,
		tl_update_gen.go#L12265: const UpdateContactsResetTypeID = 0x7084a7be
		tl_update_gen.go#L12301: 	return UpdateContactsResetTypeID
		tl_update_gen.go#L12313: 		ID:   UpdateContactsResetTypeID,
		tl_update_gen.go#L12328: 	b.PutID(UpdateContactsResetTypeID)
		tl_update_gen.go#L12345: 	if err := b.ConsumeID(UpdateContactsResetTypeID); err != nil {
		tl_update_gen.go#L25362: 	case UpdateContactsResetTypeID: