FTMGram v2.2.18

Scheme layer used: 222

  • Added the field first_profile_audio to the class Chat and the methods get_chat_audios(), get_chat_audios_count(), add_profile_audio(), remove_profile_audio(), set_profile_audio_position().

  • Removed the methods get_received_gifts(), sell_gift(), send_gift(), toggle_gift_is_saved() and the ReceivedGift.

  • Removed the field alternative_videos from the class Message and added the class VideoQuality and the field qualities to the class Video allowing to get information about other available qualities of a video.

  • Added the fields icon_custom_emoji_id and style to the classes InlineKeyboardButton and KeyboardButton.

  • Added the fields has_topics_enabled and allows_users_to_create_topics to the class User, which can be used to determine whether forum topic mode is enabled for the bot in private chats.

  • Added the field is_name_implicit to the classes ForumTopic and ForumTopicCreated.

  • View new and changed raw API methods.