mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
Token = FunctionParameters["Telegram_Token"];
|
|
Chat = FunctionParameters["Telegram_ForumID"];
|
|
Topic = FunctionParameters["Telegram_TopicID"];
|
|
NewName = "NewTestTitle";
|
|
NewIcon = "5310132165583840589";
|
|
|
|
Result = OPI_Telegram.EditForumTopic(Token, Chat, Topic, NewName, NewIcon);
|