messageId property

  1. @JsonKey(name: 'message_id')
int get messageId
inherited

Identifier of the message that will be replied to in the current chat, or in the chat chat_id if it is specified.

Implementation

@JsonKey(name: 'message_id')
int get messageId;