Telegex
v1.0.0-rc.6
  • Pages
  • Modules
  • Mix Tasks

    View Source Telegex.Type.InlineQueryResult (Telegex v1.0.0-rc.6)

    This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:

    Link to this section Summary

    Types

    t()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      Telegex.Type.InlineQueryResultCachedAudio.t()
      | Telegex.Type.InlineQueryResultCachedDocument.t()
      | Telegex.Type.InlineQueryResultCachedGif.t()
      | Telegex.Type.InlineQueryResultCachedMpeg4Gif.t()
      | Telegex.Type.InlineQueryResultCachedPhoto.t()
      | Telegex.Type.InlineQueryResultCachedSticker.t()
      | Telegex.Type.InlineQueryResultCachedVideo.t()
      | Telegex.Type.InlineQueryResultCachedVoice.t()
      | Telegex.Type.InlineQueryResultArticle.t()
      | Telegex.Type.InlineQueryResultAudio.t()
      | Telegex.Type.InlineQueryResultContact.t()
      | Telegex.Type.InlineQueryResultGame.t()
      | Telegex.Type.InlineQueryResultDocument.t()
      | Telegex.Type.InlineQueryResultGif.t()
      | Telegex.Type.InlineQueryResultLocation.t()
      | Telegex.Type.InlineQueryResultMpeg4Gif.t()
      | Telegex.Type.InlineQueryResultPhoto.t()
      | Telegex.Type.InlineQueryResultVenue.t()
      | Telegex.Type.InlineQueryResultVideo.t()
      | Telegex.Type.InlineQueryResultVoice.t()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language