Reporting ChatsUSER-ONLY
User Walkthrough 48 of 50
Reporting a Chat
reportChat reports a chat to Telegram.
await client.reportChat(chatId, reportReason);
Reporting an Ephemeral Message
Users can report an ephemeral message through reportEphemeralMessage.
await client.reportEphemeralMessage(chatId, messageId);