Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/Telegram-Info/blob/main/LICENSE
Installation
pip install TelegramInfo
Usage
importpyrogramimporttelegraminfo# For user datadefuser_filter(client, message):
message.reply_text(
text=telegraminfo.user(message.from_user)
)
# returns data of user as text# For chat datadefchat_filter(client, message):
message.reply_text(
text=telegraminfo.chat(message.from_chat)
)
# returns data of chat as text
Telegram bot to stream videos in telegram Voice Chat for both groups and channels. Supports live steams, YouTube videos and telegram media. Supports scheduling streams, recording and many more.