inlineMessageId property

  1. @JsonKey(name: 'inline_message_id')
String? get inlineMessageId
inherited

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

Implementation

@JsonKey(name: 'inline_message_id')
String? get inlineMessageId;