1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/examples/Slack/SetChannelTopic.txt
Vitaly the Alpaca (bot) fb1d5eb506 Main build (Jenkins)
2025-10-08 00:46:26 +03:00

6 lines
172 B
Plaintext
Vendored

Token = "xoxb-6965308400114-696804637...";
Channel = "C09KMGY4ZGR";
Topic = "TestTopic";
Result = OPI_Slack.SetChannelTopic(Token, Channel, Topic);