mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Update README.rst
This commit is contained in:
parent
25a09d1c9b
commit
69ca31b12e
@ -12,8 +12,7 @@ Pyrogram |twitter|
|
||||
|
||||
@app.on_message(Filters.private)
|
||||
def hello(client, message):
|
||||
message.reply_text(
|
||||
"Hello {}".format(message.from_user.first_name))
|
||||
message.reply("Hello {}".format(message.from_user.first_name))
|
||||
|
||||
|
||||
app.run()
|
||||
|
Loading…
Reference in New Issue
Block a user