C# 클래스 SanderVantEinde.SpoilerBot.SpoilerMessageHandler.SpoilerFlow

상속: SanderVantEinde.TelegramBot.TemplateMessageHandlerAsync
파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

공개 메소드들

메소드 설명
SpoilerFlow ( Chat group ) : SanderVantEinde.TelegramBot
Step1 ( Message m, MessageHandlerType type ) : TelegramBotReply
Step2 ( Message m, MessageHandlerType type ) : TelegramBotReply
Step3 ( Message m, TelegramBot bot ) : Task

보호된 메소드들

메소드 설명
HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

비공개 메소드들

메소드 설명
GetDescription ( Spoiler s ) : string

메소드 상세

HandleMessageAsync() 보호된 메소드

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

SpoilerFlow() 공개 메소드

public SpoilerFlow ( Chat group ) : SanderVantEinde.TelegramBot
group SanderVantEinde.TelegramBot.Chat
리턴 SanderVantEinde.TelegramBot

Step1() 공개 메소드

public Step1 ( Message m, MessageHandlerType type ) : TelegramBotReply
m SanderVantEinde.TelegramBot.Message
type MessageHandlerType
리턴 SanderVantEinde.TelegramBot.TelegramBotReply

Step2() 공개 메소드

public Step2 ( Message m, MessageHandlerType type ) : TelegramBotReply
m SanderVantEinde.TelegramBot.Message
type MessageHandlerType
리턴 SanderVantEinde.TelegramBot.TelegramBotReply

Step3() 공개 메소드

public Step3 ( Message m, TelegramBot bot ) : Task
m SanderVantEinde.TelegramBot.Message
bot SanderVantEinde.TelegramBot.TelegramBot
리턴 Task