Package com.pengrad.telegrambot.request
Class SendDice
- java.lang.Object
-
- com.pengrad.telegrambot.request.BaseRequest<T,SendResponse>
-
- com.pengrad.telegrambot.request.AbstractSendRequest<SendDice>
-
- com.pengrad.telegrambot.request.SendDice
-
public class SendDice extends AbstractSendRequest<SendDice>
Stas Parshin 31 March 2020
-
-
Field Summary
-
Fields inherited from class com.pengrad.telegrambot.request.BaseRequest
thisAsT
-
-
Constructor Summary
Constructors Constructor Description SendDice(java.lang.Object chatId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendDice
basketball()
SendDice
bowling()
SendDice
darts()
SendDice
emoji(java.lang.String emoji)
SendDice
football()
SendDice
slotMachine()
-
Methods inherited from class com.pengrad.telegrambot.request.AbstractSendRequest
allowSendingWithoutReply, disableNotification, protectContent, replyMarkup, replyToMessageId
-
Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
-