UpdateGeoLiveViewed constructor

const UpdateGeoLiveViewed({
  1. required PeerBase peer,
  2. required int msgId,
})

Update Geo Live Viewed constructor.

Implementation

const UpdateGeoLiveViewed({required this.peer, required this.msgId})
    : super._();