1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/examples/Slack/SetChannelTopic.txt
T
Vitaly the Alpaca (bot) 02baef68a1 Main build (Jenkins)
2026-03-17 23:35:04 +03:00

5 lines
168 B
Plaintext
Vendored

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