class Tourmaline::SentWebAppMessage
- Tourmaline::SentWebAppMessage
- Reference
- Object
Overview
Describes an inline message sent by a Web App on behalf of a user.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#inline_message_id : String | Nil
Optional.
-
#inline_message_id=(inline_message_id : String | Nil)
Optional.
Constructor Detail
Instance Method Detail
def inline_message_id : String | Nil
#
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.
def 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.