class Tourmaline::SentWebAppMessage

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(inline_message_id : String | Nil = nil) #

[View source]

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.


[View source]
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.


[View source]