Releases: pytdbot/client
Releases · pytdbot/client
0.8.8 - TDLib v1.8.29
0.8.7 - TDLib v1.8.21
v0.8.7 Update version to 0.8.7.
0.8.5 - TDLib v1.8.16
- Update TDLib to 1.8.16
0.8.4 - TDLib v1.8.15
- Update TDLib to 1.8.15 (tdlib/td@2e5319f)
- Added support of orjson (it will be used if installed)
- Added support of
Plugins.include
andPlugins.exclude
- Added
custom_emoji
toutils
- Added
Update.reply_to
- Added support of context manager in
TdJson
- Removed deprecated
TdJson.td_json_client_destroy
- Removed parameter
version
fromUpdate.mention
- Minor fixes and performance improvements
0.8.3 - TDLib v1.8.14
- Update TDLib to 1.8.14 (tdlib/td@328b864)
- Added the ability to load the current message in Update.getMessage
- Added
default_parse_mode
to Client - Added
message_thread_id
totypes.Update
- Added a new chat ID example in examples/
- Added
is_limited
andlimited_seconds
totypes.Result
. - Rename TDjson to TdJson
- Minor and performance improvements
0.8.2 - TDLib v1.8.13
- Update TDLib to 1.8.13 (tdlib/td@17e120d).
- Added
call_method
toClient
. - Added
getChatMember
totypes.Update
. - Added
answerCallbackQuery
totypes.Update
. - Added
has_spoiler
tosendPhoto
,sendVideo
,sendAnimation
methods. - Added
remote_unique_id
totypes.Update
. - Rename
ttl
toself_destruct_time
insendPhoto
,sendVideo
methods. - Minor fixes and improvements.
0.8.1 - TDLib v1.8.12
- Update TDLib to 1.8.12 (tdlib/td@70bee08).
- Added parameter
clear_draft
to sendTextMessage method. - Added parameter
load_replied_message
to methods. - Added
sender_type
to Update class. - Added
leaveChat
to Update class. - Added
getSupergroupId
to Update class. - Added
local_file_id
to Update class. - Added
download
to Update class. - Rename
Update.file_id
toremote_file_id
. - Now Pytdbot will attempt to load chats when database is disabled. First you must call any method which return "Chat not found" error.
- Now
Update.mention
returns full name of the user. - Minor improvements.
0.8.0 - TDLib v1.8.11
- Update TDLib to 1.8.11 (tdlib/td@3d0140b3e)
- Added support for regular users login. Now you can login using a phone number by passing it normaly to
Client.token
as if you login using a bot token. - Added
get_retry_after_time
method toClient
. - Added parameter
sleep_threshold
toClient
. If set,Client
will retry the rate limited request by sleeping the required amount of time.if X < Client.sleep_threshold:
. - Added
request_user
andrequest_chat
toShowKeyboardButton
. - Added
edit_text
toUpdate
class. - Added
action
toUpdate
class. - Added
is_self
toUpdate
class. - Added
bold
,italic
,underline
,strikethrough
,spoiler
,hyperlink
,mention
,code
,pre
,pre_code
text format options toClient.utils
. - Changed the default value for
parse_mode
toNone
inmethods
. - Changed the default value for parameter
version
to2
(Markdownv2
) inescape_markdown
. - Rename
Response.type_
toResponse.type
. - Rename
Response
class toResult
. - Removed
Client.update_count
. - Removed parameter
timeout
from all methods inClient
. - Docstring hint parameter type and TDLib response type.
- Minor improvements.
0.7.11 - TDLib v1.8.10
- Update TDLib to 1.8.10 (tdlib/td@cf19848)
- Rename parameter
data
torequest
inClient.invoke
method. - Minor performance improvements.
0.7.10 - TDLib v1.8.9
- Update TDLib to 1.8.9 (tdlib/td@a7952f383)