Ignore messages from bots
This commit is contained in:
parent
562d7138c0
commit
1ae02d2973
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ class Message:
|
|||
text: Text
|
||||
chat: Text
|
||||
author: Text
|
||||
is_bot: bool = False
|
||||
from_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