ContactsGetLocated constructor

const ContactsGetLocated({
  1. required bool background,
  2. required InputGeoPointBase geoPoint,
  3. int? selfExpires,
})

Contacts Get Located constructor.

Implementation

const ContactsGetLocated({
  required this.background,
  required this.geoPoint,
  this.selfExpires,
}) : super._();