Skip to content

Vishal-1756/Pyro-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyrogram Clone Client Example

𝗧𝗵𝗶𝘀 𝗶𝘀 𝗷𝘂𝘀𝘁 𝗮𝗻 𝗲𝘅𝗮𝗺𝗽𝗹𝗲 𝗼𝗳 𝗮 𝗰𝗹𝗼𝗻𝗲 𝗰𝗹𝗶𝗲𝗻𝘁 𝗶𝗻 𝗣𝘆𝗿𝗼𝗴𝗿𝗮𝗺.

Commands

- `/uclone <Session>`: For User Bots Cloning
- `/bclone <Token>`: For Bots Cloning

Follow this command format to use these commands in cloned clients.

@Client.on_message(filters.command(["command"]) & filters.me)
async def example_cmd(client: Client, message: Message):
    # Your command logic here

𝗡𝗼𝘁𝗲: 𝗧𝗵𝗶𝘀 𝗺𝘂𝘀𝘁 𝗯𝗲 𝘂𝘀𝗲𝗱 𝘁𝗼 𝘄𝗼𝗿𝗸.

About

Simple Example Of Cloning A Client In Pyrogram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published