You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New #47: Add getChatAdministrators, getChatMemberCount and getChatMember methods.
New #49: Add createNewStickerSet method, InputSticker type, StickerType and StickerFormat classes with
constants, and MaskPosition::toRequestArray() method.
New #65: Add createForumTopic, editForumTopic, closeForumTopic, reopenForumTopic, deleteForumTopic methods, ForumTopic type and ForumTopicIconColor class with constants.
New #66: Add unpinAllForumTopicMessages and unpinAllGeneralForumTopicMessages methods.
New #67: Add editGeneralForumTopic, closeGeneralForumTopic, reopenGeneralForumTopic, hideGeneralForumTopic
and unhideGeneralForumTopic methods.
Chg #59: Change namespaces Vjik\TelegramBot\Api\Type\Payments to Vjik\TelegramBot\Api\Type\Payment
and Vjik\TelegramBot\Api\Method\Payments to Vjik\TelegramBot\Api\Method\Payment.
Enh #56: Add specific exception on unsuccessfully opening a file in InputFile::fromLocalFile().
Bug #48: Fix incorrect string values addition to POST request with files in PsrTelegramClient.
Bug #53: Fix incorrect array values addition to GET request in PsrTelegramClient.