Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MamdMehrabi authored Mar 30, 2024
1 parent 39af6fb commit cf78b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ client = Client(__token, timeout=10)
async def main():
for update in client.on_message():
await client.send_message(
chat_id=client.chat_id,
chat_id=update.chat_id,
text='Hello __from__ *balepy*',
reply_to_message_id=client.message_id
reply_to_message_id=update.message_id
)

if __name__ == '__main__':
Expand Down

0 comments on commit cf78b76

Please sign in to comment.