Skip to content

Commit 579f64d

Browse files
authored
Merge pull request #357 from pecherskiy-v/patch-1
Update Client.php
2 parents 4565a9f + 20ee384 commit 579f64d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Client.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@
66
use ReflectionFunction;
77
use TelegramBot\Api\Events\EventCollection;
88
use TelegramBot\Api\Types\Update;
9+
use TelegramBot\Api\Types\Message;
10+
use TelegramBot\Api\Types\Inline\InlineKeyboardMarkup;
11+
use TelegramBot\Api\Types\ReplyKeyboardRemove;
12+
use TelegramBot\Api\Types\ForceReply;
13+
use TelegramBot\Api\Types\ReplyKeyboardHide;
14+
use TelegramBot\Api\Types\ReplyKeyboardMarkup;
915

1016
/**
1117
* Class Client
1218
*
1319
* @package TelegramBot\Api
20+
* @method Message editMessageText(string $chatId, int $messageId, string $text, string $parseMode = null, bool $disablePreview = false, ReplyKeyboardMarkup|ReplyKeyboardHide|ForceReply|ReplyKeyboardRemove|InlineKeyboardMarkup|null $replyMarkup = null, string $inlineMessageId = null)
1421
*/
1522
class Client
1623
{

0 commit comments

Comments
 (0)