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 SummaryConstructorsConstructorDescriptionInputMediaAnimation(File media) RequiredInputMediaAnimation(String media) Required
- 
Method SummaryModifier and TypeMethodDescriptionduration(int duration) OptionalhasSpoiler(boolean has_spoiler) Optionalheight(int height) OptionalOptionalwidth(int width) OptionalMethods inherited from class io.github.natanimn.telebof.types.input.InputMediaBuildercaption, captionEntities, getFiles, hasFile, parseMode
- 
Constructor Details- 
InputMediaAnimationRequired- 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- 
thumbnailOptional- 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
 
- 
widthOptional- Parameters:
- width- Animation width
- Returns:
- InputMediaAnimation
 
- 
heightOptional- Parameters:
- height- Animation height
- Returns:
- InputMediaAnimation
 
- 
durationOptional- Parameters:
- duration- Animation duration in seconds
- Returns:
- InputMediaAnimation
 
- 
hasSpoilerOptional- Parameters:
- has_spoiler- Pass True if the animation needs to be covered with a spoiler animation
- Returns:
- InputMediaAnimation
 
 
-