sendGroupStatus
amiudmodz / sendGroupStatus
Function: sendGroupStatus()
sendGroupStatus(
socket,groupJid,content,options):Promise<any>
Defined in: src/Utils/messages.ts:1134
Send a group status message
Parameters
socket
any
The socket connection
groupJid
string
The JID of the group to send the status message to
content
The message content
options
MessageRelayOptions = {}
Additional message relay options
Returns
Promise<any>