GetChatMessageCount constructor
const
GetChatMessageCount({
- required int chatId,
- required SearchMessagesFilter filter,
- required bool returnLocal,
Returns approximate number of messages of the specified type in the chat
Implementation
const GetChatMessageCount({
required this.chatId,
required this.filter,
required this.returnLocal,
});