C# Class SanderVantEinde.SpoilerBot.SpoilerMessageHandler.SpoilerFlow

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

Méthodes publiques

Méthode Description
SpoilerFlow ( Chat group ) : SanderVantEinde.TelegramBot
Step1 ( Message m, MessageHandlerType type ) : TelegramBotReply
Step2 ( Message m, MessageHandlerType type ) : TelegramBotReply
Step3 ( Message m, TelegramBot bot ) : Task

Méthodes protégées

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

Private Methods

Méthode Description
GetDescription ( Spoiler s ) : string

Method Details

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

SpoilerFlow() public méthode

public SpoilerFlow ( Chat group ) : SanderVantEinde.TelegramBot
group SanderVantEinde.TelegramBot.Chat
Résultat SanderVantEinde.TelegramBot

Step1() public méthode

public Step1 ( Message m, MessageHandlerType type ) : TelegramBotReply
m SanderVantEinde.TelegramBot.Message
type MessageHandlerType
Résultat SanderVantEinde.TelegramBot.TelegramBotReply

Step2() public méthode

public Step2 ( Message m, MessageHandlerType type ) : TelegramBotReply
m SanderVantEinde.TelegramBot.Message
type MessageHandlerType
Résultat SanderVantEinde.TelegramBot.TelegramBotReply

Step3() public méthode

public Step3 ( Message m, TelegramBot bot ) : Task
m SanderVantEinde.TelegramBot.Message
bot SanderVantEinde.TelegramBot.TelegramBot
Résultat Task