@@ -233,7 +233,6 @@ |
||
233 | 233 | * \brief Called every time a post get edited in the channel where the bot is in. |
234 | 234 | * \details Override it to script the bot answer for each post edited in a channel. |
235 | 235 | * <code>$chat_id</code> set inside of this function. |
236 | - * @param Message $post The message edited in the channel. |
|
237 | 236 | */ |
238 | 237 | protected function processEditedChannelPost(Message $edited_post) { |
239 | 238 |