UpdateReason

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

Functions

Link copied to clipboard
open fun fromInt(value: Int): Conversation.UpdateReason
Link copied to clipboard
open fun valueOf(name: String): Conversation.UpdateReason
Link copied to clipboard
open fun values(): Array<Conversation.UpdateReason>

Properties

Link copied to clipboard
val value: Int