C# Class NetTelebot.Commands.BotData

Inheritance: IDisposable
Afficher le fichier Open project: themehrdad/NetTelebot Class Usage Examples

Méthodes publiques

Méthode Description
BotData ( Bot bot ) : System
Dispose ( ) : void

Private Methods

Méthode 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 méthode

public BotData ( Bot bot ) : System
bot Bot
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void