SentWebAppMessage

@Serializable
data class SentWebAppMessage(val inlineMessageId: String? = null)

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

Api reference

Constructors

Link copied to clipboard
constructor(inlineMessageId: String? = null)

Properties

Link copied to clipboard
val inlineMessageId: String? = null

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