An open API service indexing awesome lists of open source software.

https://github.com/rainbowpigeon/telegram-utilities

Collection of Python 3 Telegram utility functions using Pyrogram 2.0
https://github.com/rainbowpigeon/telegram-utilities

pyrogram pyrogram-userbot python python3 telegram telegram-api telegram-userbot

Last synced: about 1 year ago
JSON representation

Collection of Python 3 Telegram utility functions using Pyrogram 2.0

Awesome Lists containing this project

README

          

# telegram-utilities
Collection of Python 3 Telegram utility functions using Pyrogram 2.0

Obtain your own `api_id` and `api_hash` from https://my.telegram.org/apps and edit it into the script at the top.

| Function | Description |
|----------------------|-------------------------------------------------------------|
| `delete_all_my_msgs` | Delete all messages sent by yourself from a particular chat |
| `get_left_channels` | Obtain a list of channels that you have left |
| `get_joined_chats` | |
| `get_common_members` | |