GetChatHistory constructor

GetChatHistory({
  1. required int chatId,
  2. required int fromMessageId,
  3. required int offset,
  4. required int limit,
  5. required bool onlyLocal,
})

Implementation

GetChatHistory({
  required this.chatId,
  required this.fromMessageId,
  required this.offset,
  required this.limit,
  required this.onlyLocal,
});