mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
Token = FunctionParameters["Telegram_Token"];
|
|
UserID = FunctionParameters["Telegram_ChatID"];
|
|
ChannelID = FunctionParameters["Telegram_ChannelID"];
|
|
|
|
Result = OPI_Telegram.Unban(Token, ChannelID, UserID);
|