tgbotlib/src/TgBotLib
2023-04-23 18:02:54 -04:00
..
Abstracts Added abstract class \TgBotLib\Abstracts > StickerFormat to represent a sticker format ("static", "animated" or "video") 2023-04-10 17:37:43 -04:00
Classes Added methods \TgBotLib\Classes\Validate::url, \TgBotLib\Classes\Validate::length, & \TgBotLib\Classes\Validate::isHttps to \TgBotLib\Classes\Validate 2023-04-23 17:34:35 -04:00
Exceptions Added new exception class NotImplementedException to represent the case when a method is not implemented yet or the method is not applicable to the current object. 2023-04-23 16:20:41 -04:00
Interfaces Added event handlers 2023-02-19 21:58:08 -05:00
Objects/Telegram Added object \TgBotLib\Objects\Telegram\InlineQueryResult\InlineQueryResultPhoto, see [InlineQueryResultPhoto](https://core.telegram.org/bots/api#inlinequeryresultphoto) for more information. 2023-04-23 18:02:54 -04:00
Bot.php Added method \TgBotLib\Bot > setStickerMaskPosition() to change the mask position of a mask sticker. See [setStickerMaskPosition](https://core.telegram.org/bots/api#setstickermaskposition) for more information. 2023-04-10 20:58:16 -04:00