Added author information to message
This commit is contained in:
parent
e1c158bd6c
commit
562d7138c0
4 changed files with 19 additions and 4 deletions
|
@ -7,6 +7,8 @@ from typing import Text, Optional
|
|||
class Message:
|
||||
text: Text
|
||||
chat: Text
|
||||
author: Text
|
||||
is_bot: bool = False
|
||||
date: Optional[datetime] = None
|
||||
id: Optional[Text] = None
|
||||
reply_to: Optional[Text] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue