Message Modify Info
Message modification information.
Contains details about a message edit, including the modification time, the modified content, and the modification status.
Parameters
timestamp
the time of modification (Unix timestamp in milliseconds)
content
the modified message content; available when status is MessageModifyStatus.UPDATING
status
the current modification status
Constructors
Link copied to clipboard
public MessageModifyInfo MessageModifyInfo(Long timestamp, MessageContent content, MessageModifyStatus status)