Skip to content

mdrezak/Rubika

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubika

How Use It?

Create an instace of IBot

IBot _bot = new Bot("auth");

Now you can use bot functions

Get new messages from chat

await _bot.CreateBotAsync(async(msg)=>{
if(msg.Status == ActionStatus.Success)
{
   await _bot.SendMessage("message",replyId,"chatToken");
   await _bot.SnedMessage("message",null,null);
}
},"chatToken");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%