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

8 lines
313 B
Plaintext

Token = FunctionParameters["Telegram_Token"];
Chat = FunctionParameters["Telegram_ForumID"];
Topic = FunctionParameters["Telegram_TopicID"];
Result = OPI_Telegram.ClearThreadPinnedMessagesList(Token, Chat);
Result = OPI_Telegram.ClearThreadPinnedMessagesList(Token, Chat, Topic);