transfer LocationWithTimeDto
This commit is contained in:
@@ -118,7 +118,7 @@ public interface ILightlessHub
|
||||
Task SetChatParticipantMute(ChatParticipantMuteRequestDto request);
|
||||
|
||||
Task UpdateLocation(LocationDto locationDto, bool offline);
|
||||
Task<List<LocationDto>> RequestAllLocationInfo();
|
||||
Task<List<LocationWithTimeDto>> RequestAllLocationInfo();
|
||||
Task ToggleLocationSharing(LocationSharingToggleDto dto);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user