2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-07 01:35:11 +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

@@ -4,6 +4,8 @@ from pyrogram import Client
from pyrogram.api import functions
from pyrogram.api.errors import FloodWait
"""This example shows how to retrieve the full message history of a chat"""
app = Client("my_account")
app.start()