GetMessageStatistics constructor
Returns detailed statistics about a message. Can be used only if message.can_get_statistics == true
Implementation
const GetMessageStatistics({
required this.chatId,
required this.messageId,
required this.isDark,
});