reportMessage abstract method
Reports a message.
chatId: ID of the chatmessageId: ID of the message to reportreasonId: ID of the report reason
Returns a future that completes when the report is sent.
Implementation
Future<void> reportMessage({
required String chatId,
required String messageId,
required String reasonId,
});