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 SendDicebasketball()SendDicebowling()SendDicedarts()SendDiceemoji(java.lang.String emoji)SendDicefootball()SendDiceslotMachine()-
Methods inherited from class com.pengrad.telegrambot.request.AbstractSendRequest
allowSendingWithoutReply, disableNotification, replyMarkup, replyToMessageId
-
Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
-