Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit e1dd2c8

Browse files
authored
Update tg_message_adapter.py
1 parent 12644b1 commit e1dd2c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tg_message_adapter.py

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ async def convert_message(self, update: Update, context: ContextTypes.DEFAULT_TY
7777
message.self_id = str(context.bot.id)
7878
message.raw_message = update
7979
message.message_str = ""
80+
message.message = []
8081

8182
if update.message.text:
8283
plain_text = update.message.text

0 commit comments

Comments
 (0)