Skip to content

Commit

Permalink
fix: reply to users response
Browse files Browse the repository at this point in the history
  • Loading branch information
i007c committed Jun 10, 2023
1 parent cf63065 commit efbdaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bchat/modules/direct/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ async def handle_direct_message(update: Update, ctx: Ctx, state: UserModel):
direct_msg_id=new_msg.id
)
await update.effective_message.reply_text(
'پیام شما به صورت ناشناس ارسال شد. ✅'
'پیام شما به صورت ناشناس ارسال شد. ✅',
reply_to_message_id=msg.id
)
except Forbidden:
await update.effective_message.reply_text(
Expand Down

0 comments on commit efbdaa7

Please sign in to comment.