simpleHistoryResponse constant

Map<String, dynamic> const simpleHistoryResponse

Implementation

static const Map<String, dynamic> simpleHistoryResponse = {
  'start': '1', // next_batch
  'end': 'emptyHistoryResponse', // prev_batch
  'chunk': [
    {
      'content': {'body': '0'},
      'type': 'm.room.message',
      'event_id': '0',
      'room_id': 'new_room_id',
      'sender': '@example:example.org',
      'origin_server_ts': 1432735824653,
      'unsigned': {'age': 1234},
      'state_key': '',
    },
  ],
  'state': [],
};