Update examples · sissonlu11/pyrogram@f16ed40 · GitHub
Skip to content

Commit f16ed40

Browse files
committed
Update examples
1 parent d48f18b commit f16ed40

8 files changed

Lines changed: 23 additions & 27 deletions

File tree

examples/README.md

Lines changed: 8 additions & 8 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""This example will show you how to send normal and inline keyboards.
1+
"""This example will show you how to send normal and inline keyboards (as bot).
22
33
You must log-in as a regular bot in order to send keyboards (use the token from @BotFather).
44
Any attempt in sending keyboards with a user account will be simply ignored by the server.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""This example shows how to get the full dialogs list of a user."""
1+
"""This example shows how to get the full dialogs list (as user)."""
22

33
from pyrogram import Client
44

examples/use_inline_bots.py

Lines changed: 13 additions & 0 deletions

examples/using_inline_bots.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)