1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00
OpenIntegrations/docs/en/examples/VKTeams/SetChatDescription.txt
2024-09-21 10:57:02 +03:00

6 lines
177 B
Plaintext

Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
Text = "New description";
Result = OPI_VKTeams.SetChatDescription(Token, ChatID, Text);