C# Class SanderVantEinde.SecretHitlerBot.MessageHandlers.JoinMessageFlow

Inheritance: SanderVantEinde.TelegramBot.TemplateMessageHandlerAsync
Exibir arquivo Open project: sandervanteinde/TelegramBot Class Usage Examples

Public Methods

Method Description
JoinMessageFlow ( Game games ) : System
UserMessage ( Message m ) : TelegramBotReply

Protected Methods

Method Description
HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

Private Methods

Method Description
GetKeyboard ( ) : ReplyKeyboardMarkup

Method Details

HandleMessageAsync() protected method

protected HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task
bot SanderVantEinde.TelegramBot.TelegramBot
m SanderVantEinde.TelegramBot.Message
type MessageHandlerType
return Task

JoinMessageFlow() public method

public JoinMessageFlow ( Game games ) : System
games Game
return System

UserMessage() public method

public UserMessage ( Message m ) : TelegramBotReply
m SanderVantEinde.TelegramBot.Message
return SanderVantEinde.TelegramBot.TelegramBotReply