C# Class NetTelebot.Commands.BotData

Inheritance: IDisposable
Exibir arquivo Open project: themehrdad/NetTelebot Class Usage Examples

Public Methods

Method Description
BotData ( Bot bot ) : System
Dispose ( ) : void

Private Methods

Method Description
DeleteCommandState ( int userId, int chatId ) : void
GetCommandState ( int userId, int chatId ) : CommandState
GetOdb ( ) : IOdb
SetCommand ( int userId, int chatId, string command ) : void
SetParameter ( int userId, int chatId, object parameter ) : void
Store ( CommandState commandState ) : void

Method Details

BotData() public method

public BotData ( Bot bot ) : System
bot Bot
return System

Dispose() public method

public Dispose ( ) : void
return void