messageId property
int?
get
messageId
Gets the message ID from the current update.
This returns the message ID of the effective message, if available.
Implementation
int? get messageId => msg?.messageId;
Gets the message ID from the current update.
This returns the message ID of the effective message, if available.
int? get messageId => msg?.messageId;