Class InlineQueryResultVideo

    • Constructor Detail

      • InlineQueryResultVideo

        public InlineQueryResultVideo()
    • Method Detail

      • getViedoUrl

        public String getViedoUrl()
      • getVideoWidth

        public String getVideoWidth()
      • getVideoHeight

        public Integer getVideoHeight()
      • getDuration

        public Integer getDuration()
      • getMimeType

        public String getMimeType()
      • getThumbUrl

        public String getThumbUrl()
      • getTitle

        public String getTitle()
      • getCaption

        public String getCaption()
      • getDescription

        public String getDescription()
      • getParseMode

        public String getParseMode()
      • setVideoUrl

        public void setVideoUrl​(String videoUrl)
      • setVideoWidth

        public void setVideoWidth​(String videoWidth)
      • setVideoHeight

        public void setVideoHeight​(Integer videoHeight)
      • setDuration

        public void setDuration​(Integer duration)
      • setMimeType

        public void setMimeType​(String mimeType)
      • setThumbUrl

        public void setThumbUrl​(String thumbUrl)
      • setTitle

        public void setTitle​(String title)
      • setCaption

        public void setCaption​(String caption)
      • setDescription

        public void setDescription​(String description)
      • setParseMode

        public void setParseMode​(String parseMode)
      • setInputMessageContext

        public void setInputMessageContext​(InputMessageContent inputMessageContext)