getChannelMetadata

expect abstract fun getChannelMetadata(channel: String, includeCustom: Boolean = false): GetChannelMetadata
actual abstract fun getChannelMetadata(channel: String, includeCustom: Boolean): GetChannelMetadata

Returns metadata for the specified Channel, optionally including the custom data object for each.

Parameters

channel

Channel name.

includeCustom

Include respective additional fields in the response.

actual abstract fun getChannelMetadata(channel: String, includeCustom: Boolean): GetChannelMetadata