public class SendVideoRequest 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 |
---|
SendVideoRequest(int chatId,
File video) |
SendVideoRequest(int chatId,
File video,
OptionalArgs optionalArgs) |
SendVideoRequest(int chatId,
String video) |
SendVideoRequest(int chatId,
String video,
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 SendVideoRequest(int chatId, File video)
public SendVideoRequest(int chatId, File video, OptionalArgs optionalArgs)
public SendVideoRequest(int chatId, String video)
public SendVideoRequest(int chatId, String video, OptionalArgs optionalArgs)
public String getMethodName()
public co.vandenham.telegram.botapi.requests.ApiRequest.ResultTypes getResultType()
public co.vandenham.telegram.botapi.requests.ApiRequest.RequestStrategy getRequestStrategy()