Function createFanoutMsgStanza
createFanoutMsgStanza( msg: MsgModel, data: any, proto: { [key: string]: any }, devices: Wid[], options: { [key: string]: any },): Promise<WapNode> Parameters
- msg: MsgModel
- data: any
- proto: { [key: string]: any }
- devices: Wid[]
- options: { [key: string]: any }
createFanoutMsgStanza( message: { data: MsgModel; type: string }, proto: { [key: string]: any }, devices: Wid[], options: { [key: string]: any }, reporter: any, groupData?: any,): Promise<WapNode> Parameters
- message: { data: MsgModel; type: string }
- proto: { [key: string]: any }
- devices: Wid[]
- options: { [key: string]: any }
- reporter: any
Optional
groupData: any