class Tourmaline::PreparedInlineMessage
- Tourmaline::PreparedInlineMessage
- Reference
- Object
Overview
Describes an inline message to be sent by a user of a Mini App.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#expiration_date : Time
Expiration date of the prepared message, in Unix time.
-
#expiration_date=(expiration_date : Time)
Expiration date of the prepared message, in Unix time.
-
#id : String
Unique identifier of the prepared message
-
#id=(id : String)
Unique identifier of the prepared message
Constructor Detail
Instance Method Detail
def expiration_date : Time
#
Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used
def expiration_date=(expiration_date : Time)
#
Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used