UpdateReason
Indicates reason for conversation update.
Entries
Conversation last read message changed.
Conversation unique name changed.
Conversation friendly name changed.
Conversation attributes changed.
Last message in conversation changed. This update does not trigger when message itself changes, there's Message.UpdateReason event for that. However, if a new message is added or last conversation message is deleted this event will be triggered.
Notification level changed.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.