Releases: tamtam-chat/tamtam-bot-api-schema
Releases · tamtam-chat/tamtam-bot-api-schema
Release list
Release 0.5.6
Release 0.5.0
- Added text formatting support
- Added
is_channelproperty to some update types - Added
last_activity_timetoUser
Release 0.3.0
Release 0.2.1
Release 0.2.0
- 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_idanduser_idtomessage_removedupdate - Added method to get single message by its identifier
- Added
user_localetobot_startedandmessage_callbackupdates - 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 versionmidwill be serialised in new format on reads but old message format (mid.*) still is acceptable for all operations
Release 0.1.10
Release 0.1.9
- Added method to get chat administrators
- For
type: dialogchats addeddialog_with_user - Added
urlfor messages in public chats/channels - Removed
callback_idofInlineKeyboardAttachment - Removed
user_idofCallbackAnswer. It is no longer required. Just usecallback_idofCallback - Several minor improvements: check diff for all changes.
Release 0.1.8
- Added
code,width,heightto StickerAttachment tokenis now only one required property for video/audio/file attachmentssenderandchat_idofLinkedMessageare now optional- Added clarifying
messagetoSimpleQueryResult - Typo fixes
Release 0.1.7
- Added full
Userobject to update types: bot_started, bot_added, bot_removed, user_added, user_removed, chat_title_changed - Added
sizeandfilenametoFileAttachment - Added
tokenproperty to video/audio/file attachments allows you to reuse attachments uploaded by another user
Release 0.1.6
- Added method to edit bot info
- Added statistics for messages in channel
Message.senderandUserWithPhoto.avatar_url/full_avatar_urlremoved from required properties