FoundChatMessages constructor
const
FoundChatMessages({})
Contains a list of messages found by a search in a given chat
Implementation
const FoundChatMessages({
required this.totalCount,
required this.messages,
required this.nextFromMessageId,
this.extra,
this.clientId,
});