mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 13:10:22 +03:00
Removed leftover ","
This commit is contained in:
parent
3844c94387
commit
bc500d6272
|
@ -13,10 +13,10 @@ class Draft:
|
||||||
self._client = client
|
self._client = client
|
||||||
self._peer = peer
|
self._peer = peer
|
||||||
|
|
||||||
self.text = draft.message,
|
self.text = draft.message
|
||||||
self.date = draft.date,
|
self.date = draft.date
|
||||||
self.no_webpage = draft.no_webpage,
|
self.no_webpage = draft.no_webpage
|
||||||
self.reply_to_msg_id = draft.reply_to_msg_id,
|
self.reply_to_msg_id = draft.reply_to_msg_id
|
||||||
self.entities = draft.entities
|
self.entities = draft.entities
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue
Block a user