class

Tourmaline::SentWebAppMessage

Inherits JSON::Serializable / Reference / Object

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

Constructors

new(inline_message_id : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

inline_message_id

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

Source
inline_message_id=(inline_message_id : String | Nil)

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

Source