mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix send_message using the incorrect type to return the msg_id (#156)
This commit is contained in:
@@ -50,7 +50,7 @@ class TelegramBareClient:
|
||||
"""
|
||||
|
||||
# Current TelegramClient version
|
||||
__version__ = '0.11.2'
|
||||
__version__ = '0.11.3'
|
||||
|
||||
# region Initialization
|
||||
|
||||
|
Reference in New Issue
Block a user