2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-06 01:05:37 +00:00

Update examples

This commit is contained in:
Dan
2018-04-14 18:46:54 +02:00
parent 4965e0b4f8
commit b5a78ed1d4
13 changed files with 80 additions and 248 deletions

View File

@@ -1,5 +1,7 @@
from pyrogram import Client
"""This example demonstrates a simple API methods usage"""
# Create a new Client
app = Client("my_account")