java.lang.Object
io.github.natanimn.telebof.types.payments.PaidMedia

public class PaidMedia extends Object
This class describes paid media.
Since:
3 March 2025
  • Constructor Details

    • PaidMedia

      public PaidMedia()
  • Method Details

    • getType

      public String getType()
    • getWidth

      public Integer getWidth()
    • getHeight

      public Integer getHeight()
    • getDuration

      public Integer getDuration()
    • getPhoto

      public List<PhotoSize> getPhoto()
    • getVideo

      public Video getVideo()