1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/Slack/SetChannelTopic.txt
T
Vitaly the Alpaca (bot) 52ccaae015 Main build (Jenkins)
2025-03-17 22:58:06 +03:00

6 lines
172 B
Plaintext
Vendored

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