1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-28 05:46:35 +02:00
OpenIntegrations/docs/en/examples/Slack/RenameChannel.txt
Vitaly the Alpaca (bot) 663e083508 Main build (Jenkins)
2025-01-10 12:07:46 +03:00

6 lines
187 B
Plaintext
Vendored

Token = "xoxb-6965308400114-696804637...";
Channel = "C087XML4Y77";
Name = "testconv" + String(New UUID);
Result = OPI_Slack.RenameChannel(Token, Channel, Name);