Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
HA4IoT
ExternalServices
TelegramBot
TelegramBotMessageReceivedEventArgs
C# Class HA4IoT.ExternalServices.TelegramBot.TelegramBotMessageReceivedEventArgs
Inheritance:
System.EventArgs
Mostrar archivo
Open project: chkr1011/CK.HomeAutomation
Class Usage Examples
Public Methods
Method
Description
TelegramBotMessageReceivedEventArgs
(
TelegramBotService
telegramBotService
,
TelegramInboundMessage
message
) :
System
Method Details
TelegramBotMessageReceivedEventArgs()
public
method
public
TelegramBotMessageReceivedEventArgs
(
TelegramBotService
telegramBotService
,
TelegramInboundMessage
message
) :
System
telegramBotService
TelegramBotService
message
HA4IoT.Contracts.Services.ExternalServices.TelegramBot.TelegramInboundMessage
return
System