1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-02 22:05:37 +02:00
OpenIntegrations/docs/en/examples/Telegram/ChangeMainTopicName.txt

6 lines
237 B
Plaintext
Raw Normal View History

 Title = "New main thread name " + String(New UUID);
2024-09-17 15:57:44 +03:00
Token = FunctionParameters["Telegram_Token"];
Chat = FunctionParameters["Telegram_ForumID"];
Result = OPI_Telegram.EditMainForumTopicName(Token, Chat, Title);