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

Latest commit

 

History

History
21 lines (12 loc) · 259 Bytes

groups.setTopic.md

File metadata and controls

21 lines (12 loc) · 259 Bytes

This method is used to change the topic of a private channel. The calling user must be a member of the private channel.

Arguments

{ARGS}

Response

{
	"ok": true,
	"topic": "This is the new topic!"
}

Errors

{ERRORS}

Warnings

{WARNINGS}