This object represents a story.
Check the documentation of this model on Telegram Bot API
chat: Chat that posted the storyid: Unique identifier for the story in the chat
Summary
Types
@type t() :: %ExGram.Model.Story{chat: ExGram.Model.Chat.t(), id: integer()}