reportUser abstract method
Reports a user.
chatId: ID of the chatuserId: ID of the user to report
Returns a future that completes when the report is sent.
Implementation
Future<void> reportUser({
required String chatId,
required String userId,
});