1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-27 23:07:37 +02:00
OpenIntegrations/docs/en/examples/Telegram/CloseForumTopic.txt
Vitaly the Alpaca (bot) bf58451f7d Main build (Jenkins)
2024-10-22 00:14:15 +03:00

8 lines
246 B
Plaintext

Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "5796";
Result = OPI_Telegram.CloseForumThread(Token, Chat); // Closes main topic
Result = OPI_Telegram.CloseForumThread(Token, Chat, Topic);