Class InlineQueryResultGif

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

public class InlineQueryResultGif extends InlineQueryResult
Represents a link to an animated GIF file.
See Also:
  • Constructor Details

    • InlineQueryResultGif

      public InlineQueryResultGif()
  • Method Details

    • builder

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

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