2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-06 17:25:40 +00:00

Update examples

This commit is contained in:
Dan
2018-05-06 11:56:25 +02:00
parent ef9ce19a8b
commit b35b1a8e74
8 changed files with 32 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
from pyrogram import Client
"""This example shows how to query an inline bot"""
# Create a new Client
app = Client("my_account")