class

Tourmaline::Story

Inherits JSON::Serializable < Reference < Object

This object represents a story.

Constructors

new(chat : Tourmaline::Chat, id : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

chat

Chat that posted the story

Source
chat=(chat : Tourmaline::Chat)

Chat that posted the story

Source
id

Unique identifier for the story in the chat

Source
id=(id : Int32 | Int64)

Unique identifier for the story in the chat

Source