class

Tourmaline::PreparedInlineMessage

Inherits JSON::Serializable < Reference < Object

Describes an inline message to be sent by a user of a Mini App.

Constructors

new(id : String, expiration_date : Time)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

expiration_date

Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used

Source
expiration_date=(expiration_date : Time)

Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used

Source
id

Unique identifier of the prepared message

Source
id=(id : String)

Unique identifier of the prepared message

Source