-
-
Notifications
You must be signed in to change notification settings - Fork 965
Migrating from 0.35
Armando Lüscher edited this page Nov 29, 2016
·
4 revisions
As of 0.36, the entities namespaces have changed and might need to be adjusted in your custom commands.
Main changes:
- All
InlineQueryclasses are now in the namespaceLongman\TelegramBot\Entities\InlineQuery\*. - All
InputMessageContentclasses are now in the namespaceLongman\TelegramBot\Entities\InputMessageContent\* - Keyboard
KeyboardMarkup and InlineKeyboardMarkup are now called Keyboard and InlineKeyboard
There are new helper classes and methods to make keyboard usage easier:
KeyboardButton and InlineKeyboardButton
Best check the examples and existing commands to see proper usage.