Class PaidMedia
java.lang.Object
io.github.natanimn.telebof.types.payments.PaidMedia
This class describes paid media.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Type of media -
width
Media width as defined by the sender -
height
Media height as defined by the sender -
duration
Duration of the media in seconds as defined by the sender -
photo
The photo -
video
The video
-
-
Constructor Details
-
PaidMedia
public PaidMedia()
-
-
Method Details
-
getType
-
getWidth
-
getHeight
-
getDuration
-
getPhoto
-
getVideo
-