public class SendStickerRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
co.vandenham.telegram.botapi.requests.ApiRequest.GetStrategy |
static class |
co.vandenham.telegram.botapi.requests.ApiRequest.MultipartStrategy |
static class |
co.vandenham.telegram.botapi.requests.ApiRequest.PostStrategy |
static interface |
co.vandenham.telegram.botapi.requests.ApiRequest.RequestStrategy |
static class |
co.vandenham.telegram.botapi.requests.ApiRequest.ResultTypes |
Constructor and Description |
---|
SendStickerRequest(int chatId,
File sticker) |
SendStickerRequest(int chatId,
File sticker,
OptionalArgs optionalArgs) |
SendStickerRequest(int chatId,
String sticker) |
SendStickerRequest(int chatId,
String sticker,
OptionalArgs optionalArgs) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getArgs() |
String |
getMethodName() |
co.vandenham.telegram.botapi.requests.ApiRequest.RequestStrategy |
getRequestStrategy() |
co.vandenham.telegram.botapi.requests.ApiRequest.ResultTypes |
getResultType() |
String |
toString() |
public SendStickerRequest(int chatId, File sticker)
public SendStickerRequest(int chatId, File sticker, OptionalArgs optionalArgs)
public SendStickerRequest(int chatId, String sticker)
public SendStickerRequest(int chatId, String sticker, OptionalArgs optionalArgs)
public String getMethodName()
public co.vandenham.telegram.botapi.requests.ApiRequest.ResultTypes getResultType()
public co.vandenham.telegram.botapi.requests.ApiRequest.RequestStrategy getRequestStrategy()