Ignore messages from bots

This commit is contained in:
Felipe M 2020-08-11 13:37:17 +02:00
parent 562d7138c0
commit 1ae02d2973
Signed by: fmartingr
GPG key ID: 716BC147715E716F
4 changed files with 4 additions and 4 deletions

View file

@ -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