Minoe change
This commit is contained in:
parent
61249cb18d
commit
22a99eb06a
2 changed files with 2 additions and 0 deletions
|
@ -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 methods `\TgBotLib\Classes\Validate::url`, `\TgBotLib\Classes\Validate::length`, & `\TgBotLib\Classes\Validate::isHttps` to `\TgBotLib\Classes\Validate`
|
||||
|
||||
|
||||
## [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).
|
||||
|
|
|
@ -280,6 +280,7 @@
|
|||
*
|
||||
* @param array $data
|
||||
* @return ObjectTypeInterface
|
||||
* @noinspection DuplicatedCode
|
||||
*/
|
||||
public static function fromArray(array $data): ObjectTypeInterface
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue