editedMessage property
Message?
get
editedMessage
The edited message from the update, if any.
This will be non-null when a user edits a message.
Implementation
Message? get editedMessage => update.editedMessage;