A Telegram Bot, Which can send you restricted content by it's post link with login feature
Watch Video Tutorial - Click Here
API_HASH
: Your API Hash From Telegram WebsiteAPI_ID
: Your API ID From Telegram WebsiteBOT_TOKEN
: Your Bot Token From BotFatherADMINS
: Your Admin Id For Broadcasting MessageDB_URI
: Your Mongodb Database Url From Mongodb Watch Video TutorialERROR_MESSAGE
: Set True Or False, If You Want Error Message Then True Else False.
/start
: Check Bot Is Working Or Not/help
: Check How To Use Bot/login
: Login Your Telegram String Session/logout
: Logout Your Session/cancel
: Cancel Your Any Ongoing Task/broadcast
: Broadcast Message To User (Admin Only)
FOR PUBLIC CHATS
just send post/s link
FOR PRIVATE CHATS
first send invite link of the chat (unnecessary if the account of string session already member of the chat) then send post/s link
FOR BOT CHATS
send link with '/b/', bot's username and message id, you might want to install some unofficial client to get the id like below
https://t.me/b/botusername/4321
MULTI POSTS
send public/private posts link as explained above with formate "from - to" to send multiple messages like below
https://t.me/xxxx/1001-1010
https://t.me/c/xxxx/101 - 120
note that space in between doesn't matter
- Thanks To BipinKrish For Base Repo
- Thanks To Tech VJ For Modify & Added Login Feature.