1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/examples/Telegram/OpenForumTopic.txt
Vitaly the Alpaca (bot) 5962f2299c Main build (Jenkins)
2024-09-16 20:34:01 +03:00

8 lines
243 B
Plaintext

Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "4611";
Result = OPI_Telegram.OpenForumThread(Token, Chat); // Opens main topic
Result = OPI_Telegram.OpenForumThread(Token, Chat, Topic);