Skip to main content

sendChannelStatus

amiudmodz


amiudmodz / sendChannelStatus

Function: sendChannelStatus()

sendChannelStatus(socket, channelJid, content, options): Promise<any>

Defined in: src/Utils/messages.ts:1177

Send a channel status message

Parameters

socket

any

The socket connection

channelJid

string

The JID of the channel to send the status message to

content

AnyMessageContent

The message content

options

MessageRelayOptions = {}

Additional message relay options

Returns

Promise<any>