GetChannelPlainArgs

data class GetChannelPlainArgs(val channelName: String) : ConvertibleToJava<GetChannelPlainArgs>

Constructors

Link copied to clipboard
constructor(channelName: String)

Properties

Link copied to clipboard

The name of the channel.

Functions

Link copied to clipboard
open override fun toJava(): GetChannelPlainArgs