@@ -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 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace PhpBotFramework\Core; |
4 | 4 | |
5 | 5 | use PhpBotFramework\Exceptions\BotException; |
6 | - |
|
7 | 6 | use PhpBotFramework\Entities\Message; |
8 | 7 | use PhpBotFramework\Entities\CallbackQuery; |
9 | 8 | use PhpBotFramework\Entities\ChosenInlineResult; |