get

fun get(messageLimit: Int = 0, memberLimit: Int = 0, state: Boolean = false): Call<Channel>

Gets the channel.

Parameters

messageLimit

The number of messages to retrieve.

memberLimit

The number of members to retrieve.

state

Whether to retrieve the channel state or not.