This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
Bot API 6.3 and more!
- Added full support for Bot API 6.3
- (breaking change) All
is_
prefixed properties in models have been replaced with?
getters. For instance,is_anonymous
is nowanonymous?
. - (breaking change)
Client#default_parse_mode
andClient#default_command_prefixes
have been made class properties instead of instance properties. - Fixed issues with missing
priority
andgroup
properties on event handlers. - (breaking change)
extra/paginated_keyboard
no longer extendsInlineKeyboardMarkup
. - Added methods
Client#send_paginated_keyboard
,Chat#send_paginated_keyboard
,Message#reply_with_paginated_keyboard
, andMessage#respond_with_paginated_keyboard
. Requires import ofextra/paginated_keyboard
. - Fixed broken parts of
extra/routed_menu
. - Fixed broken parts of
extra/stage
. - Handlers no longer require an instance of
Tourmaline::Client
. - Added several new
UpdateAction
s includingThreadMessage
,ForumTopicCreated
,ForumTopicClosed
,ForumTopicReopened
,VideoChatScheduled
,VideoChatStarted
,VideoChatEnded
,VideoChatParticipantsInvited
, andWebAppData
. - Bot examples have all been fixed
- More, see the official Bot API changelog for a complete list of changes.