C# Class SanderVantEinde.SecretHitlerBot.MessageHandlers.PickPlayerFlow

Inheritance: SanderVantEinde.TelegramBot.TemplateMessageHandlerAsync
Afficher le fichier Open project: sandervanteinde/TelegramBot Class Usage Examples

Méthodes publiques

Méthode Description
GetKeyboard ( ) : ReplyKeyboardMarkup
PickPlayerFlow ( GameRegistry game, Func onPlayerPicked ) : SanderVantEinde.TelegramBot

Méthodes protégées

Méthode Description
HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

Method Details

GetKeyboard() public méthode

public GetKeyboard ( ) : ReplyKeyboardMarkup
Résultat ReplyKeyboardMarkup

HandleMessageAsync() protected méthode

protected HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task
bot SanderVantEinde.TelegramBot.TelegramBot
m SanderVantEinde.TelegramBot.Message
type MessageHandlerType
Résultat Task

PickPlayerFlow() public méthode

public PickPlayerFlow ( GameRegistry game, Func onPlayerPicked ) : SanderVantEinde.TelegramBot
game GameRegistry
onPlayerPicked Func
Résultat SanderVantEinde.TelegramBot