class Tourmaline::PreparedInlineMessage

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, expiration_date : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def expiration_date : Time #

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


[View source]
def expiration_date=(expiration_date : Time) #

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


[View source]
def id : String #

Unique identifier of the prepared message


[View source]
def id=(id : String) #

Unique identifier of the prepared message


[View source]