toggle menu
SendbirdChat-KTX
androidJvm
switch theme
search in API
SendbirdChat-KTX
/
com.sendbird.android.ktx.channel
/
CreateDistinctChannelResult
Create
Distinct
Channel
Result
data
class
CreateDistinctChannelResult
(
val
channel
:
GroupChannel
,
val
isCreated
:
Boolean
)
Create distinct channel result
Since
4.15.0
Members
Constructors
Create
Distinct
Channel
Result
Link copied to clipboard
constructor
(
channel
:
GroupChannel
,
isCreated
:
Boolean
)
Properties
channel
Link copied to clipboard
val
channel
:
GroupChannel
The created channel.
is
Created
Link copied to clipboard
val
isCreated
:
Boolean
Whether the channel is created or not.