C# 클래스 NetTelebot.Commands.BotData

상속: IDisposable
파일 보기 프로젝트 열기: themehrdad/NetTelebot 1 사용 예제들

공개 메소드들

메소드 설명
BotData ( Bot bot ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BotData() 공개 메소드

public BotData ( Bot bot ) : System
bot Bot
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void