mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-25 13:56:08 +00:00
fix: telegram event converter bug
This commit is contained in:
@@ -102,7 +102,7 @@ class TelegramEventConverter(abstract_platform_adapter.AbstractEventConverter):
|
|||||||
sender=platform_entities.Friend(
|
sender=platform_entities.Friend(
|
||||||
id=event.effective_chat.id,
|
id=event.effective_chat.id,
|
||||||
nickname=event.effective_chat.first_name,
|
nickname=event.effective_chat.first_name,
|
||||||
remark=event.effective_chat.id,
|
remark=str(event.effective_chat.id),
|
||||||
),
|
),
|
||||||
message_chain=lb_message,
|
message_chain=lb_message,
|
||||||
time=event.message.date.timestamp(),
|
time=event.message.date.timestamp(),
|
||||||
|
|||||||
Reference in New Issue
Block a user