GetMessages constructor
Returns information about messages. If a message is not found, returns null on the corresponding position of the result
Implementation
const GetMessages({
required this.chatId,
required this.messageIds,
});
Returns information about messages. If a message is not found, returns null on the corresponding position of the result
const GetMessages({
required this.chatId,
required this.messageIds,
});