Class InputMediaPhoto

    • Constructor Detail

      • InputMediaPhoto

        public InputMediaPhoto​(String media,
                               String caption,
                               String parseMode)
        Builds InputMediaPhoto instance.
        Parameters:
        media - File to send. Pass a file_id to send a file that exists on the Telegram servers, or pass an HTTP URL for Telegram to get a file from the Internet
        caption - Optional. Caption of the video to be sent, 0-1024 characters
        parseMode - Optional. Send 'Markdown' or 'HTML', if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in the media caption.
      • InputMediaPhoto

        public InputMediaPhoto()