1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00
OpenIntegrations/docs/en/examples/Telegram/CreateForumTopic.txt
Vitaly the Alpaca (bot) 6bf3ad3d30 Main build (Jenkins)
2024-09-17 15:57:44 +03:00

7 lines
262 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);