Class InlineQueryResultPhoto

java.lang.Object
org.apache.camel.component.telegram.model.InlineQueryResult
org.apache.camel.component.telegram.model.InlineQueryResultPhoto

public class InlineQueryResultPhoto extends InlineQueryResult
Represents a link to a photo.
See Also:
  • Constructor Details

    • InlineQueryResultPhoto

      public InlineQueryResultPhoto()
  • Method Details

    • builder

      public static InlineQueryResultPhoto.Builder builder()
    • 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()
    • getInputMessageContext

      public InputMessageContent getInputMessageContext()
    • 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)