GetEventByTimestampResponse constructor

GetEventByTimestampResponse({
  1. required String eventId,
  2. required int originServerTs,
})

Implementation

GetEventByTimestampResponse({
  required this.eventId,
  required this.originServerTs,
});