1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-10 11:10:31 +02:00
OpenIntegrations/docs/en/examples/VKTeams/SetChatTitle.txt

6 lines
165 B
Plaintext

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