Method | Description | |
---|---|---|
SendPhotoMessageAsync ( long chatId, Array imageBytes, IReplyMarkup replyMarkup ) : Task | ||
SendTextMessageAsync ( long chatId, string messageText, IReplyMarkup replyMarkup ) : Task |
public SendPhotoMessageAsync ( long chatId, Array imageBytes, IReplyMarkup replyMarkup ) : Task | ||
chatId | long | |
imageBytes | Array | |
replyMarkup | IReplyMarkup | |
return | Task |
public SendTextMessageAsync ( long chatId, string messageText, IReplyMarkup replyMarkup ) : Task | ||
chatId | long | |
messageText | string | |
replyMarkup | IReplyMarkup | |
return | Task |