C# Class SanderVantEinde.TelegramBot.ReplySticker

Inheritance: TelegramBotReply
Mostrar archivo Open project: sandervanteinde/TelegramBot

Protected Methods

Method Description
ReplySticker ( int chatId, string stickerId ) : System
SendReply ( TelegramBot bot ) : Task

Method Details

ReplySticker() protected method

protected ReplySticker ( int chatId, string stickerId ) : System
chatId int
stickerId string
return System

SendReply() protected method

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
return Task