Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 318 Bytes

File metadata and controls

34 lines (18 loc) · 318 Bytes

This method closes a private channel.

Arguments

{ARGS}

Response

{
	"ok": true
}

If the private channel was already closed the response will include no_op and already_closed properties:

{
	"ok": true,
	"no_op": true,
	"already_closed": true
}

Errors

{ERRORS}

Warnings

{WARNINGS}