Releases: tamtam-chat/tamtam-bot-api-schema
Releases · tamtam-chat/tamtam-bot-api-schema
Release 0.5.6
Release 0.5.0
- Added text formatting support
- Added
is_channel
property to some update types - Added
last_activity_time
toUser
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_id
anduser_id
tomessage_removed
update - Added method to get single message by its identifier
- Added
user_locale
tobot_started
andmessage_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 versionmid
will 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: dialog
chats addeddialog_with_user
- Added
url
for messages in public chats/channels - Removed
callback_id
ofInlineKeyboardAttachment
- Removed
user_id
ofCallbackAnswer
. It is no longer required. Just usecallback_id
ofCallback
- Several minor improvements: check diff for all changes.
Release 0.1.8
- Added
code
,width
,height
to StickerAttachment token
is now only one required property for video/audio/file attachmentssender
andchat_id
ofLinkedMessage
are now optional- Added clarifying
message
toSimpleQueryResult
- Typo fixes
Release 0.1.7
- Added full
User
object to update types: bot_started, bot_added, bot_removed, user_added, user_removed, chat_title_changed - Added
size
andfilename
toFileAttachment
- Added
token
property 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.sender
andUserWithPhoto.avatar_url/full_avatar_url
removed from required properties