Beispiel #1
0
 public override Task SendResponse(TelegramContext telegramContext)
 {
     return(telegramContext.SendPhotoMessage(PhotoIdentifier, ChatId));
 }