Class SendAnimation
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.QueryTelegramRequest<T>
-
- com.jtelegram.api.requests.message.framework.req.SendableChatRequest<T>
-
- com.jtelegram.api.requests.message.framework.req.SendableMessageRequest<T>
-
- com.jtelegram.api.requests.message.framework.req.InputFileMessageRequest<AnimationMessage>
-
- com.jtelegram.api.requests.message.send.SendAnimation
-
- All Implemented Interfaces:
InputFileRequest
,TelegramRequest
public class SendAnimation extends InputFileMessageRequest<AnimationMessage>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SendAnimation.SendAnimationBuilder
-
Field Summary
-
Fields inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
errorHandler, gson
-
Fields inherited from interface com.jtelegram.api.message.input.file.InputFileRequest
OCTET_STREAM_TYPE
-
Fields inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
JSON_MEDIA_TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SendAnimation(java.util.function.Consumer<AnimationMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile animation, LocalInputFile thumbnail, java.lang.Long duration, java.lang.Integer width, java.lang.Integer height, java.lang.String caption, ParseMode parseMode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendAnimation.SendAnimationBuilder
builder()
InputFile
getAnimation()
java.lang.String
getCaption()
java.lang.Long
getDuration()
java.lang.Integer
getHeight()
java.util.List<InputFile>
getInputFiles()
ParseMode
getParseMode()
LocalInputFile
getThumbnail()
java.lang.Integer
getWidth()
protected boolean
isValid()
Checks validity of this request.java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.requests.message.framework.req.InputFileMessageRequest
build, superBuild
-
Methods inherited from class com.jtelegram.api.requests.message.framework.req.SendableMessageRequest
getDisableNotification, getReplyMarkup, getReplyToMessageId, setReplyToMessageId
-
Methods inherited from class com.jtelegram.api.requests.message.framework.req.SendableChatRequest
canEqual, equals, getChatId, hashCode, setChatId
-
Methods inherited from class com.jtelegram.api.requests.framework.QueryTelegramRequest
handleResponse, setCallback
-
Methods inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
getBody, getEndPoint, handleError, handleException, serialize, setErrorHandler, validate
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.jtelegram.api.message.input.file.InputFileRequest
getBuilder
-
-
-
-
Constructor Detail
-
SendAnimation
protected SendAnimation(java.util.function.Consumer<AnimationMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile animation, LocalInputFile thumbnail, java.lang.Long duration, java.lang.Integer width, java.lang.Integer height, java.lang.String caption, ParseMode parseMode)
-
-
Method Detail
-
isValid
protected boolean isValid()
Description copied from class:QueryTelegramRequest
Checks validity of this request. Internal method used before sending.- Overrides:
isValid
in classSendableMessageRequest<AnimationMessage>
- Returns:
- If it's valid
-
getInputFiles
public java.util.List<InputFile> getInputFiles()
-
builder
public static SendAnimation.SendAnimationBuilder builder()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getAnimation
public InputFile getAnimation()
-
getThumbnail
public LocalInputFile getThumbnail()
-
getDuration
public java.lang.Long getDuration()
-
getWidth
public java.lang.Integer getWidth()
-
getHeight
public java.lang.Integer getHeight()
-
getCaption
public java.lang.String getCaption()
-
getParseMode
public ParseMode getParseMode()
-
-