Channel Attendees Count
data class ChannelAttendeesCount(numberOfSendrecvConnections: Int, numberOfSendonlyConnections: Int, numberOfRecvonlyConnections: Int)
Content copied to clipboard
チャネルの参加者数を表すクラスです.
Constructors
Link copied to clipboard
fun ChannelAttendeesCount(numberOfSendrecvConnections: Int, numberOfSendonlyConnections: Int, numberOfRecvonlyConnections: Int)
Content copied to clipboard