Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOT Api v6.0 #274

Merged
merged 10 commits into from
Apr 27, 2022
Merged

BOT Api v6.0 #274

merged 10 commits into from
Apr 27, 2022

Commits on Apr 20, 2022

  1. Added the class WebAppInfo and the fields web_app to the classes Keyb…

    …oardButton and InlineKeyboardButton
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0aefd1c View commit details
    Browse the repository at this point in the history
  2. Added the class SentWebAppMessage and the method answerWebAppQuery fo…

    …r sending an answer to a Web App query, which originated from an inline button of the 'web_app' type
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e93200f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01cba0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    054bf50 View commit details
    Browse the repository at this point in the history
  5. Added the class MenuButton and the methods setChatMenuButton and getC…

    …hatMenuButton for managing the behavior of the bot's menu button in private chats
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c68c16f View commit details
    Browse the repository at this point in the history
  6. Added the class ChatAdministratorRights and the methods setMyDefaultA…

    …dministratorRights and getMyDefaultAdministratorRights for managing the bot's default administrator rights
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    4a1868b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eadbf7 View commit details
    Browse the repository at this point in the history
  8. Renamed the field can_manage_voice_chats to can_manage_video_chats in…

    … the class ChatMemberAdministrator
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d5af184 View commit details
    Browse the repository at this point in the history
  9. Renamed the parameter can_manage_voice_chats to can_manage_video_chat…

    …s in the method promoteChatMember
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    95c4c3f View commit details
    Browse the repository at this point in the history
  10. Renamed the fields voice_chat_scheduled, voice_chat_started, voice_ch…

    …at_ended, and voice_chat_participants_invited to video_chat_scheduled, video_chat_started, video_chat_ended, and video_chat_participants_invited in the class Message
    
    NOTE: this commit is not back-compatible and will break some code
    mircoianese committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    479f887 View commit details
    Browse the repository at this point in the history