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