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
- Host: GitHub
- URL: https://github.com/rainbowpigeon/telegram-utilities
- Owner: rainbowpigeon
- License: gpl-3.0
- Created: 2023-01-08T06:42:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T07:06:08.000Z (over 3 years ago)
- Last Synced: 2025-03-04T07:43:39.832Z (over 1 year ago)
- Topics: pyrogram, pyrogram-userbot, python, python3, telegram, telegram-api, telegram-userbot
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` | |