C# Class SanderVantEinde.TelegramBot.ReplyPhoto

Inheritance: TelegramBotReplyWithFile
Afficher le fichier Open project: sandervanteinde/TelegramBot

Méthodes publiques

Méthode Description
ReplyPhoto ( int chatId, Stream photo, string fileName ) : System
ReplyPhoto ( int chatId, string photoId ) : System

Méthodes protégées

Méthode Description
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyPhoto() public méthode

public ReplyPhoto ( int chatId, Stream photo, string fileName ) : System
chatId int
photo Stream
fileName string
Résultat System

ReplyPhoto() public méthode

public ReplyPhoto ( int chatId, string photoId ) : System
chatId int
photoId string
Résultat System

SendReply() protected méthode

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
Résultat Task