Updated documentation for \TgBotLib\Bot::editMessageMedia
https://git.n64.cc/nosial/libs/tgbot/-/issues/3
This commit is contained in:
parent
3d6cc15894
commit
26c0a197dc
2 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@ input objects for methods that require input objects.
|
||||||
* Added methods `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup::removeRow` & `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup::addRow` to `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup`
|
* Added methods `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup::removeRow` & `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup::addRow` to `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup`
|
||||||
* Added method `\TgBotLib\Objects\Telegram\WebAppInfo::setUrl` to `\TgBotLib\Objects\Telegram\WebAppInfo`
|
* Added method `\TgBotLib\Objects\Telegram\WebAppInfo::setUrl` to `\TgBotLib\Objects\Telegram\WebAppInfo`
|
||||||
* Added methods `\TgBotLib\Classes\Validate::url`, `\TgBotLib\Classes\Validate::length`, & `\TgBotLib\Classes\Validate::isHttps` to `\TgBotLib\Classes\Validate`
|
* Added methods `\TgBotLib\Classes\Validate::url`, `\TgBotLib\Classes\Validate::length`, & `\TgBotLib\Classes\Validate::isHttps` to `\TgBotLib\Classes\Validate`
|
||||||
|
* Updated documentation for `\TgBotLib\Bot::editMessageMedia`
|
||||||
|
|
||||||
|
|
||||||
## [6.6.0] - 2023-04-10
|
## [6.6.0] - 2023-04-10
|
||||||
|
|
|
@ -2338,6 +2338,8 @@
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return Message
|
* @return Message
|
||||||
* @throws TelegramException
|
* @throws TelegramException
|
||||||
|
* @link https://core.telegram.org/bots/api#editmessagemedia
|
||||||
|
* @noinspection PhpUnused
|
||||||
*/
|
*/
|
||||||
public function editMessageMedia(string $media, array $options=[]): Message
|
public function editMessageMedia(string $media, array $options=[]): Message
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue