SentWebAppMessage constructor
const
SentWebAppMessage({
- @JsonKey(name: 'inline_message_id') String? inlineMessageId,
Creates an inline message sent by a Web App
inlineMessageId
Identifier of the sent inline message. Available only if
there is an inline keyboard attached to the message.
Implementation
const factory SentWebAppMessage({
/// Optional. Identifier of the sent inline message. Available only if there
/// is an inline keyboard attached to the message.
@JsonKey(name: 'inline_message_id') String? inlineMessageId,
}) = _SentWebAppMessage;