Methods
-
staticQB.chat.dialog.create(params, callback)
modules/chat/qbDialog.js, line 47 -
Create new dialog(read more).
Name Type Description paramsObject Object of parameters. callbackcreateDialogCallback The callback function. -
staticQB.chat.dialog.delete(id, params_or_callback, callback)
modules/chat/qbDialog.js, line 97 -
Delete a dialog or dialogs(read more).
Name Type Description idArray The dialog IDs array. params_or_callbackObject | function Object of parameters or callback function. callbackdeleteDialogCallback The callback function. -
staticQB.chat.dialog.list(params, callback)
modules/chat/qbDialog.js, line 22 -
Retrieve list of dialogs(read more).
Name Type Description paramsObject Some filters to get only chat dialogs you need. callbacklistDialogCallback The callback function. -
staticQB.chat.dialog.update(id, params, callback)
modules/chat/qbDialog.js, line 73 -
Update group dialog(read more).
Name Type Description idString The dialog ID. paramsObject Object of parameters. callbackupdateDialogCallback The callback function.