Class InputMediaAnimation
java.lang.Object
io.github.natanimn.telebof.types.input.InputMediaBuilder<InputMediaAnimation>
io.github.natanimn.telebof.types.input.InputMediaAnimation
- All Implemented Interfaces:
InputMedia
,Serializable
Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputMediaAnimation
(File media) RequiredInputMediaAnimation
(String media) Required -
Method Summary
Modifier and TypeMethodDescriptionduration
(int duration) OptionalhasSpoiler
(boolean has_spoiler) Optionalheight
(int height) OptionalOptionalwidth
(int width) OptionalMethods inherited from class io.github.natanimn.telebof.types.input.InputMediaBuilder
caption, captionEntities, getFiles, hasFile, parseMode
-
Constructor Details
-
InputMediaAnimation
Required- Parameters:
media
- File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet
-
InputMediaAnimation
-
-
Method Details
-
thumbnail
Optional- Parameters:
thumbnail
- Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file- Returns:
InputMediaAnimation
-
width
Optional- Parameters:
width
- Animation width- Returns:
InputMediaAnimation
-
height
Optional- Parameters:
height
- Animation height- Returns:
InputMediaAnimation
-
duration
Optional- Parameters:
duration
- Animation duration in seconds- Returns:
InputMediaAnimation
-
hasSpoiler
Optional- Parameters:
has_spoiler
- Pass True if the animation needs to be covered with a spoiler animation- Returns:
InputMediaAnimation
-