1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-16 04:03:20 +02:00
Files
OpenIntegrations/docs/en/examples/Slack/SetChannelTopic.txt
T
Vitaly the Alpaca (bot) fa9bcb87c4 Main build (Jenkins)
2025-10-15 14:32:00 +03:00

6 lines
172 B
Plaintext
Vendored

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