C# Class StorageCommand, ZiziBot.NET

Inheritance: CommandBase
Mostra file Open project: WinTenDev/ZiziBot.NET Class Usage Examples

Public Methods

Method Description
HandleAsync ( IUpdateContext context, UpdateDelegate next, Array, args ) : Task,
StorageCommand ( TelegramService telegramService ) : System.Threading.Tasks

Method Details

HandleAsync() public method

public HandleAsync ( IUpdateContext context, UpdateDelegate next, Array, args ) : Task,
context IUpdateContext
next UpdateDelegate
args Array,
return Task,

StorageCommand() public method

public StorageCommand ( TelegramService telegramService ) : System.Threading.Tasks
telegramService TelegramService
return System.Threading.Tasks