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

Latest commit

 

History

History
34 lines (18 loc) · 311 Bytes

groups.open.md

File metadata and controls

34 lines (18 loc) · 311 Bytes

This method opens a private channel.

Arguments

{ARGS}

Response

{
	"ok": true
}

If the private channel was already open the response will include no_op and already_open properties:

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

Errors

{ERRORS}

Warnings

{WARNINGS}