Class InlineQueryResultGif

    • Constructor Detail

      • InlineQueryResultGif

        public InlineQueryResultGif()
    • Method Detail

      • getGifUrl

        public String getGifUrl()
      • getGifWidth

        public String getGifWidth()
      • getGifHeight

        public Integer getGifHeight()
      • getDuration

        public Integer getDuration()
      • getThumbUrl

        public String getThumbUrl()
      • getTitle

        public String getTitle()
      • getCaption

        public String getCaption()
      • getParseMode

        public String getParseMode()
      • setGifUrl

        public void setGifUrl​(String gifUrl)
      • setGifWidth

        public void setGifWidth​(String gifWidth)
      • setGifHeight

        public void setGifHeight​(Integer gifHeight)
      • setDuration

        public void setDuration​(Integer duration)
      • setThumbUrl

        public void setThumbUrl​(String thumbUrl)
      • setTitle

        public void setTitle​(String title)
      • setCaption

        public void setCaption​(String caption)
      • setParseMode

        public void setParseMode​(String parseMode)
      • setInputMessageContext

        public void setInputMessageContext​(InputMessageContent inputMessageContext)