Skip to content

Releases: tamtam-chat/tamtam-bot-api-schema

Release 0.5.6

31 Jan 09:23
Compare
Choose a tag to compare

Dropped ability to change bot's username

Release 0.5.0

31 May 13:13
Compare
Choose a tag to compare

Release 0.3.0

08 Apr 10:54
Compare
Choose a tag to compare

Release 0.2.1

14 Feb 10:21
Compare
Choose a tag to compare
  • Added method to get chat by its @link
  • Added description for users in some cases
  • Added user_locale to message_created update

Check out the complete diff for this release.

Release 0.2.0

12 Dec 12:29
Compare
Choose a tag to compare
  • Added new type of button to start new chat
  • Added Constructors API that allows bots to create message on behalf of a user
  • Added support for deep-links
  • Added ability to block users in chats
  • Added chat_id and user_id to message_removed update
  • Added method to get single message by its identifier
  • Added user_locale to bot_started and message_callback updates
  • Added meta information for video attachments
  • Other minor improvements and fixes. Check out complete diff for this version

Breaking changes

  • The message id format changed in current release.
    If you use API with fixed version (< 0.2.0) it doesn't affect you. Since this version mid will be serialised in new format on reads but old message format (mid.*) still is acceptable for all operations

Release 0.1.10

17 Oct 09:00
Compare
Choose a tag to compare
  • Added disable_link_preview parameter to POST:/messages method to disable links parsing in text
  • Added sending_file action
  • Removed several deprecated properties
  • photo upload type renamed to image. C is for consistency

Release 0.1.9

19 Sep 12:54
Compare
Choose a tag to compare
  • Added method to get chat administrators
  • For type: dialog chats added dialog_with_user
  • Added url for messages in public chats/channels
  • Removed callback_id of InlineKeyboardAttachment
  • Removed user_id of CallbackAnswer. It is no longer required. Just use callback_id of Callback
  • Several minor improvements: check diff for all changes.

Release 0.1.8

11 Jul 10:50
Compare
Choose a tag to compare

Thanks @asvbkr and @nitreojs for their contribution.

Release 0.1.7

27 Jun 23:43
Compare
Choose a tag to compare
  • Added full User object to update types: bot_started, bot_added, bot_removed, user_added, user_removed, chat_title_changed
  • Added size and filename to FileAttachment
  • Added token property to video/audio/file attachments allows you to reuse attachments uploaded by another user

Release 0.1.6

15 May 13:25
Compare
Choose a tag to compare
  • Added method to edit bot info
  • Added statistics for messages in channel
  • Message.sender and UserWithPhoto.avatar_url/full_avatar_url removed from required properties