Typo
This commit is contained in:
parent
3d2b05db0f
commit
9921d067ff
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class TelegramPlatform(Platform):
|
|||
id=request_data["message"]["message_id"],
|
||||
date=datetime.fromtimestamp(request_data["message"]["date"]),
|
||||
text=str(request_data["message"]["text"]),
|
||||
from_bot=request_data["message"]["from"]["from_bot"],
|
||||
from_bot=request_data["message"]["from"]["is_bot"],
|
||||
author=request_data["message"]["from"]["id"],
|
||||
chat=str(request_data["message"]["chat"]["id"]),
|
||||
raw=request_data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue