Class Video
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.Video
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class Video extends Object implements BotApiObject
- Version:
- 1.0
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Video()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDuration()StringgetFileId()IntegergetFileSize()StringgetFileUniqueId()IntegergetHeight()StringgetMimeType()PhotoSizegetThumb()IntegergetWidth()StringtoString()
-
-
-
Method Detail
-
getFileId
public String getFileId()
-
getWidth
public Integer getWidth()
-
getHeight
public Integer getHeight()
-
getDuration
public Integer getDuration()
-
getThumb
public PhotoSize getThumb()
-
getMimeType
public String getMimeType()
-
getFileSize
public Integer getFileSize()
-
getFileUniqueId
public String getFileUniqueId()
-
-