ConversationStatus

enum ConversationStatus

Represents the various statuses of the user with respect to the conversation.

Entries

Link copied to clipboard

User has joined this conversation.

Link copied to clipboard

User has NOT been joined this conversation.

Functions

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

Properties

Link copied to clipboard
val value: Int