1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-15 14:03:22 +02:00
OpenIntegrations/docs/en/examples/Telegram/GetParticipantCount.txt

5 lines
185 B
Plaintext
Raw Normal View History

2024-09-17 15:57:44 +03:00
 Token = FunctionParameters["Telegram_Token"];
ChannelID = FunctionParameters["Telegram_ChannelID"];
Result = OPI_Telegram.GetParticipantCount(Token, ChannelID);