toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.interfaces.web.api
/
GetChannelSessionApi
/
Errors
/
UserNotAllowed
User
Not
Allowed
data
class
UserNotAllowed
(
val
serverId
:
String
,
val
channelId
:
String
,
val
username
:
String
)
:
GetChannelSessionApi.Errors
Members
Constructors
User
Not
Allowed
Link copied to clipboard
constructor
(
serverId
:
String
,
channelId
:
String
,
username
:
String
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
server
Id
Link copied to clipboard
val
serverId
:
String
username
Link copied to clipboard
val
username
:
String