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

This object represents a story.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#story)

- `chat`: Chat that posted the story
- `id`: Unique identifier for the story in the chat

# `t`

```elixir
@type t() :: %ExGram.Model.Story{chat: ExGram.Model.Chat.t(), id: integer()}
```

# `decode_as`

---

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