TypingEventContent

@Serializable
data class TypingEventContent(val users: Set<UserId>) : EphemeralEventContent

See also

Constructors

Link copied to clipboard
constructor(users: Set<UserId>)

Properties

Link copied to clipboard
@SerialName(value = "user_ids")
val users: Set<UserId>