Class InlineQueryResult

java.lang.Object
org.apache.camel.component.telegram.model.InlineQueryResult
Direct Known Subclasses:
InlineQueryResultArticle, InlineQueryResultAudio, InlineQueryResultCachedAudio, InlineQueryResultCachedDocument, InlineQueryResultCachedGif, InlineQueryResultCachedMpeg4Gif, InlineQueryResultCachedPhoto, InlineQueryResultCachedSticker, InlineQueryResultCachedVideo, InlineQueryResultCachedVoice, InlineQueryResultContact, InlineQueryResultDocument, InlineQueryResultGame, InlineQueryResultGif, InlineQueryResultLocation, InlineQueryResultMpeg4Gif, InlineQueryResultPhoto, InlineQueryResultVenue, InlineQueryResultVideo, InlineQueryResultVoice

public abstract class InlineQueryResult extends Object
Represents one result of an inline query.
See Also:
  • Constructor Details

    • InlineQueryResult

      public InlineQueryResult()
    • InlineQueryResult

      public InlineQueryResult(String type)
  • Method Details