Package com.pengrad.telegrambot.request
Class SendPaidMedia
java.lang.Object
com.pengrad.telegrambot.request.BaseRequest<SendPaidMedia,SendResponse>
com.pengrad.telegrambot.request.SendPaidMedia
public class SendPaidMedia extends BaseRequest<SendPaidMedia,SendResponse>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SendPaidMedia(java.lang.Object chatId, java.lang.Integer starCount, InputPaidMedia... media) -
Method Summary
Modifier and Type Method Description SendPaidMediacaption(java.lang.String caption)SendPaidMediacaptionEntities(MessageEntity... entities)SendPaidMediadisableNotification(boolean disableNotification)SendPaidMediaparseMode(ParseMode parseMode)SendPaidMediaprotectContent(boolean protectContent)SendPaidMediareplyMarkup(com.pengrad.telegrambot.model.request.ForceReply replyMarkup)SendPaidMediareplyMarkup(InlineKeyboardMarkup replyMarkup)SendPaidMediareplyMarkup(ReplyKeyboardMarkup replyMarkup)SendPaidMediareplyMarkup(ReplyKeyboardRemove replyMarkup)SendPaidMediareplyParameters(ReplyParameters replyParameters)SendPaidMediashowCaptionAboveMedia(boolean showCaptionAboveMedia)Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
Constructor Details
-
SendPaidMedia
public SendPaidMedia(java.lang.Object chatId, java.lang.Integer starCount, InputPaidMedia... media)
-
-
Method Details