# `ExGram.Model.InlineQueryResult`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L7697)

InlineQueryResult model. Valid subtypes: InlineQueryResultCachedAudio, InlineQueryResultCachedDocument, InlineQueryResultCachedGif, InlineQueryResultCachedMpeg4Gif, InlineQueryResultCachedPhoto, InlineQueryResultCachedSticker, InlineQueryResultCachedVideo, InlineQueryResultCachedVoice, InlineQueryResultArticle, InlineQueryResultAudio, InlineQueryResultContact, InlineQueryResultGame, InlineQueryResultDocument, InlineQueryResultGif, InlineQueryResultLocation, InlineQueryResultMpeg4Gif, InlineQueryResultPhoto, InlineQueryResultVenue, InlineQueryResultVideo, InlineQueryResultVoice

# `t`

```elixir
@type t() ::
  ExGram.Model.InlineQueryResultCachedAudio.t()
  | ExGram.Model.InlineQueryResultCachedDocument.t()
  | ExGram.Model.InlineQueryResultCachedGif.t()
  | ExGram.Model.InlineQueryResultCachedMpeg4Gif.t()
  | ExGram.Model.InlineQueryResultCachedPhoto.t()
  | ExGram.Model.InlineQueryResultCachedSticker.t()
  | ExGram.Model.InlineQueryResultCachedVideo.t()
  | ExGram.Model.InlineQueryResultCachedVoice.t()
  | ExGram.Model.InlineQueryResultArticle.t()
  | ExGram.Model.InlineQueryResultAudio.t()
  | ExGram.Model.InlineQueryResultContact.t()
  | ExGram.Model.InlineQueryResultGame.t()
  | ExGram.Model.InlineQueryResultDocument.t()
  | ExGram.Model.InlineQueryResultGif.t()
  | ExGram.Model.InlineQueryResultLocation.t()
  | ExGram.Model.InlineQueryResultMpeg4Gif.t()
  | ExGram.Model.InlineQueryResultPhoto.t()
  | ExGram.Model.InlineQueryResultVenue.t()
  | ExGram.Model.InlineQueryResultVideo.t()
  | ExGram.Model.InlineQueryResultVoice.t()
```

# `decode_as`

# `subtypes`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
