ExGram.Model.Story (ex_gram v0.64.0)

Copy Markdown View Source

This object represents a story.

Check the documentation of this model on Telegram Bot API

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

Summary

Types

t()

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

Functions

decode_as()