Update docs index example
This commit is contained in:
parent
7a1d6002a9
commit
3f2f40af02
@ -106,7 +106,7 @@ Welcome to Pyrogram
|
||||
|
||||
@app.on_message(Filters.private)
|
||||
def hello(client, message):
|
||||
message.reply("Hello {}".format(message.from_user.first_name))
|
||||
message.reply_text("Hello {}".format(message.from_user.first_name))
|
||||
|
||||
|
||||
app.run()
|
||||
|
Loading…
Reference in New Issue
Block a user