Class InlineQueryResultPhoto

    • Constructor Detail

      • InlineQueryResultPhoto

        public InlineQueryResultPhoto()
    • Method Detail

      • getPhotoUrl

        public String getPhotoUrl()
      • getThumbUrl

        public String getThumbUrl()
      • getPhotoWidth

        public Integer getPhotoWidth()
      • getPhotoHeight

        public Integer getPhotoHeight()
      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • getCaption

        public String getCaption()
      • getParseMode

        public String getParseMode()
      • setPhotoUrl

        public void setPhotoUrl​(String photoUrl)
      • setThumbUrl

        public void setThumbUrl​(String thumbUrl)
      • setPhotoWidth

        public void setPhotoWidth​(Integer photoWidth)
      • setPhotoHeight

        public void setPhotoHeight​(Integer photoHeight)
      • setTitle

        public void setTitle​(String title)
      • setDescription

        public void setDescription​(String description)
      • setCaption

        public void setCaption​(String caption)
      • setParseMode

        public void setParseMode​(String parseMode)
      • setInputMessageContext

        public void setInputMessageContext​(InputMessageContent inputMessageContext)