Package com.pengrad.telegrambot.request
Class AnswerShippingQuery
- java.lang.Object
-
- com.pengrad.telegrambot.request.BaseRequest<AnswerShippingQuery,BaseResponse>
-
- com.pengrad.telegrambot.request.AnswerShippingQuery
-
public class AnswerShippingQuery extends BaseRequest<AnswerShippingQuery,BaseResponse>
Stas Parshin 25 May 2017
-
-
Field Summary
-
Fields inherited from class com.pengrad.telegrambot.request.BaseRequest
thisAsT
-
-
Constructor Summary
Constructors Constructor Description AnswerShippingQuery(java.lang.String shippingQueryId, ShippingOption... shippingOptions)AnswerShippingQuery(java.lang.String shippingQueryId, java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
-
-
-
Constructor Detail
-
AnswerShippingQuery
public AnswerShippingQuery(java.lang.String shippingQueryId, ShippingOption... shippingOptions)
-
AnswerShippingQuery
public AnswerShippingQuery(java.lang.String shippingQueryId, java.lang.String errorMessage)
-
-