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

Latest commit

 

History

History
30 lines (17 loc) · 357 Bytes

File metadata and controls

30 lines (17 loc) · 357 Bytes

This method is used to leave a channel.

Arguments

{ARGS}

Response

{
    "ok": true
}

This method will not return an error if the user was not in the channel before it was called. Instead the response will include a not_in_channel property:

{
    "ok": true,
    "not_in_channel": true
}

Errors

{ERRORS}

Warnings

{WARNINGS}