UpdateReason

Indicates reason for conversation update.

Entries

Link copied to clipboard

Conversation status changed.

Link copied to clipboard

Conversation last read message changed.

Link copied to clipboard

Conversation unique name changed.

Link copied to clipboard

Conversation friendly name changed.

Link copied to clipboard

Conversation attributes changed.

Link copied to clipboard

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.

Link copied to clipboard

Notification level changed.

Link copied to clipboard

Conversation state changed.

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
Link copied to clipboard

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.)

Link copied to clipboard

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.