Skip to content

class Tourmaline::SentWebAppMessage
inherits Reference #

Describes an inline message sent by a Web App on behalf of a user.

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(inline_message_id : String? = nil) #

View source

Methods#

#inline_message_id : String? #

Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.

View source

#inline_message_id=(inline_message_id : String?) #

Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.

View source