mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-04 22:14:37 +02:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
|
Token = FunctionParameters["Telegram_Token"];
|
||
|
Chat = FunctionParameters["Telegram_ForumID"];
|
||
|
Topic = FunctionParameters["Telegram_TopicID"];
|
||
|
|
||
|
Result = OPI_Telegram.DeleteForumTopic(Token, Chat, Topic);
|