2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 14:55:12 +00:00

Update examples

This commit is contained in:
Dan
2019-04-13 16:02:31 +02:00
parent 6ad9caa7c6
commit 0d5724164c
8 changed files with 65 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
from pyrogram import Client
app = Client("my_count")
app = Client("my_account")
target = "pyrogramchat" # Target channel/supergroup
with app: