Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SanderVantEinde
TelegramBot
TemplateMessageHandler
C# Class SanderVantEinde.TelegramBot.TemplateMessageHandler
Inheritance:
ReplyFactory
显示文件
Open project: sandervanteinde/TelegramBot
Class Usage Examples
Protected Methods
Method
Description
HandleMessage
(
TelegramBot
bot
,
Message
m
,
MessageHandlerType
type
) :
TelegramBotReply
Private Methods
Method
Description
HandleMessages
(
TelegramBot
bot
,
Message
m
,
MessageHandlerType
type
) :
Task
Method Details
HandleMessage()
protected
abstract
method
protected
abstract
HandleMessage
(
TelegramBot
bot
,
Message
m
,
MessageHandlerType
type
) :
TelegramBotReply
bot
TelegramBot
m
Message
type
MessageHandlerType
return
TelegramBotReply