Class SendVideoNote
- 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<VideoNote>
-
- com.jtelegram.api.requests.message.send.SendVideoNote
-
- All Implemented Interfaces:
InputFileRequest
,TelegramRequest
public class SendVideoNote extends InputFileMessageRequest<VideoNote>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SendVideoNote.SendVideoNoteBuilder
-
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
SendVideoNote(java.util.function.Consumer<VideoNote> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile videoNote, java.lang.Integer duration, java.lang.Integer length)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendVideoNote.SendVideoNoteBuilder
builder()
java.lang.Integer
getDuration()
java.util.List<InputFile>
getInputFiles()
java.lang.Integer
getLength()
InputFile
getVideoNote()
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
-
SendVideoNote
protected SendVideoNote(java.util.function.Consumer<VideoNote> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile videoNote, java.lang.Integer duration, java.lang.Integer length)
-
-
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<VideoNote>
- Returns:
- If it's valid
-
getInputFiles
public java.util.List<InputFile> getInputFiles()
-
builder
public static SendVideoNote.SendVideoNoteBuilder builder()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getVideoNote
public InputFile getVideoNote()
-
getDuration
public java.lang.Integer getDuration()
-
getLength
public java.lang.Integer getLength()
-
-