mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-18 05:18:06 +02:00
7 lines
256 B
Plaintext
7 lines
256 B
Plaintext
Token = FunctionParameters["Telegram_Token"];
|
|
Chat = FunctionParameters["Telegram_ForumID"];
|
|
Icon = "5357419403325481346";
|
|
Name = "TestTopic " + String(New UUID);
|
|
|
|
Result = OPI_Telegram.CreateForumThread(Token, Chat, Name, Icon);
|