FTMGram v2.2.21

Scheme layer used: 223

  • Added the MessageEntity type DATE_TIME, allowing to show a formatted date and time to the user.

  • Added the fields chat_owner_left, chat_owner_changed, chat_has_protected_content_toggled and chat_has_protected_content_disable_requested to the class Message.

  • Added the field can_edit_tag to the class ChatPermissions.

  • Added the field tag to the class ChatMember.

  • Added the field can_manage_tags to the class ChatPrivileges.

  • Added the methods set_chat_member_tag() and process_chat_protected_content_disable_request(). Updated the method set_chat_protected_content() to return the appropriate service message, if available.

  • Added the field sender_tag to the class Message.

  • Add location in Chat and add missing parameters in create_supergroup().

  • fix: get_media_group() concurrent logic (contributed by @Alekzum).

  • properly implement in_memory arg in client to support session string. (contributed by @anonymousx97 in #222).

  • View new and changed raw API methods.