Minoe change

This commit is contained in:
Netkas 2023-04-24 16:27:05 -04:00
parent 61249cb18d
commit 22a99eb06a
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ input objects for methods that require input objects.
* 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`
## [6.6.0] - 2023-04-10 ## [6.6.0] - 2023-04-10
This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023). This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023).

View file

@ -280,6 +280,7 @@
* *
* @param array $data * @param array $data
* @return ObjectTypeInterface * @return ObjectTypeInterface
* @noinspection DuplicatedCode
*/ */
public static function fromArray(array $data): ObjectTypeInterface public static function fromArray(array $data): ObjectTypeInterface
{ {