Class VisualFileMedium

  • Direct Known Subclasses:
    Animation, PhotoSize, Sticker, Video

    public abstract class VisualFileMedium
    extends FileMedium
    Similar to File medium, this type itself does not exist in the Telegram API however it holds the shared width / height fields of videos and photos.
    • Constructor Detail

      • VisualFileMedium

        public VisualFileMedium()
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()