Skip to content

Releases: pytdbot/client

0.8.8 - TDLib v1.8.29

26 May 17:30
1c66d08
Compare
Choose a tag to compare
v0.8.8

Update version to 0.8.8.

0.8.7 - TDLib v1.8.21

21 Nov 13:36
96c8adc
Compare
Choose a tag to compare
v0.8.7

Update version to 0.8.7.

0.8.5 - TDLib v1.8.16

16 Aug 00:05
aec67f1
Compare
Choose a tag to compare
  • Update TDLib to 1.8.16

0.8.4 - TDLib v1.8.15

22 Jul 00:30
65bf28f
Compare
Choose a tag to compare
  • Update TDLib to 1.8.15 (tdlib/td@2e5319f)
  • Added support of orjson (it will be used if installed)
  • Added support of Plugins.include and Plugins.exclude
  • Added custom_emoji to utils
  • Added Update.reply_to
  • Added support of context manager in TdJson
  • Removed deprecated TdJson.td_json_client_destroy
  • Removed parameter version from Update.mention
  • Minor fixes and performance improvements

0.8.3 - TDLib v1.8.14

26 Apr 18:52
91a28e3
Compare
Choose a tag to compare
  • 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 to types.Update
  • Added a new chat ID example in examples/
  • Added is_limited and limited_seconds to types.Result.
  • Rename TDjson to TdJson
  • Minor and performance improvements

0.8.2 - TDLib v1.8.13

27 Mar 08:18
327f6fb
Compare
Choose a tag to compare
  • Update TDLib to 1.8.13 (tdlib/td@17e120d).
  • Added call_method to Client.
  • Added getChatMember to types.Update.
  • Added answerCallbackQuery to types.Update.
  • Added has_spoiler to sendPhoto, sendVideo, sendAnimation methods.
  • Added remote_unique_id to types.Update.
  • Rename ttl to self_destruct_time in sendPhoto, sendVideo methods.
  • Minor fixes and improvements.

0.8.1 - TDLib v1.8.12

12 Mar 02:01
2189f69
Compare
Choose a tag to compare

0.8.0 - TDLib v1.8.11

06 Feb 14:46
1b27b20
Compare
Choose a tag to compare
  • 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 to Client.
  • Added parameter sleep_threshold to Client. If set, Client will retry the rate limited request by sleeping the required amount of time. if X < Client.sleep_threshold:.
  • Added request_user and request_chat to ShowKeyboardButton.
  • Added edit_text to Update class.
  • Added action to Update class.
  • Added is_self to Update class.
  • Added bold, italic, underline, strikethrough, spoiler, hyperlink, mention, code, pre, pre_code text format options to Client.utils.
  • Changed the default value for parse_mode to None in methods.
  • Changed the default value for parameter version to 2 (Markdownv2) in escape_markdown.
  • Rename Response.type_ to Response.type.
  • Rename Response class to Result.
  • Removed Client.update_count.
  • Removed parameter timeout from all methods in Client.
  • Docstring hint parameter type and TDLib response type.
  • Minor improvements.

0.7.11 - TDLib v1.8.10

02 Jan 09:17
Compare
Choose a tag to compare
  • Update TDLib to 1.8.10 (tdlib/td@cf19848)
  • Rename parameter data to request in Client.invoke method.
  • Minor performance improvements.

0.7.10 - TDLib v1.8.9

08 Dec 04:30
Compare
Choose a tag to compare