Search
Preparing search index...
The search index is not available
CommsayChat - v5.9.5
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
CommsayChat - v5.9.5
GroupChannel
Class GroupChannel
Hierarchy
BaseChannel
GroupChannel
Index
Properties
conversation
Type
target
Id
channel
Id
_context
Methods
send
Message
get
Channel
Constructors
constructor
Properties
Protected
conversation
Type
conversation
Type
:
CHATROOM
|
ULTRA_GROUP
Protected
target
Id
target
Id
:
string
Protected
channel
Id
channel
Id
:
string
Protected
_context
_context
:
default
Methods
send
Message
send
Message
(
params
:
BaseMessageCreateParams
)
:
Promise
<
IAsyncRes
<
IReceivedMessage
>
>
Parameters
params:
BaseMessageCreateParams
Returns
Promise
<
IAsyncRes
<
IReceivedMessage
>
>
Static
get
Channel
get
Channel
(
params
:
IChannelInfo
)
:
IResult
<
GroupChannel
>
Parameters
params:
IChannelInfo
Returns
IResult
<
GroupChannel
>
Constructors
constructor
new
Group
Channel
(
params
:
IChannelInfo
)
:
GroupChannel
Parameters
params:
IChannelInfo
Returns
GroupChannel
Property
conversationType
targetId
channelId
_context
Method
sendMessage
getChannel
Constructor
constructor