channels.reportSpam
Reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup
Example
TL schema
Parameters
Name | Type | Description |
channel | Supergroup | |
user_id | ID of the user that sent the spam messages | |
id | IDs of spam messages |
Result
Possible errors
Code | Type | Description |
400 | CHANNEL_INVALID | The provided channel is invalid |
400 | CHAT_ADMIN_REQUIRED | You must be an admin in this chat to do this |
400 | INPUT_USER_DEACTIVATED | The specified user was deleted |
400 | USER_ID_INVALID | The provided user ID is invalid |
Can bots use this methd ?
yes
Related pages
Last updated