UNRELEASED VERSION

New Features

  • Allow to set emoji status for channel.

  • Added members_only and country_codes to send_poll(), reply_poll() and Poll.

  • Added the guest_message_query_id.

  • Added the classes SentGuestMessage and BotAccessSettings.

  • Added the methods answer_guest_query(), answer(), delete_message_reaction(), delete_all_message_reactions(), get_user_personal_chat_messages() and get_user_personal_chat_messages_count().

  • Added the fields guest_bot_caller_user, guest_bot_caller_chat, guest_query_id, summary_language_code, is_paid_star_suggested_post, is_paid_ton_suggested_post, schedule_repeat_period, restriction_reason to the Message.

  • Added the parameter return_bots to the method get_chat_administrators().

  • Added the field supports_guest_queries to the User.

  • Added description_media and explanation_media in send_poll() and reply_poll().

  • Added the field can_react_to_messages to the ChatPermissions.

Bug Fixes

  • Resolves NameError with the InputMedia types (contributed by @zydou in #242)

  • Resolves four NameError bugs that cause runtime crashes in the library. (contributed by @Gaoc3 in #244)

Layer Changes