kzulip / de.ppi.oss.kzulip.api.streams / StreamInfo

StreamInfo

data class StreamInfo

Constructors

<init>

StreamInfo(streamId: Long, name: String, description: String, inviteOnly: Boolean)

Properties

description

val description: String

inviteOnly

val inviteOnly: Boolean

name

val name: String

streamId

val streamId: Long

Functions

isPrivate

fun isPrivate(): Boolean