mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
|
Token = "6129457865:AAFyzNYOAFbu...";
|
||
|
ChannelID = "@testsichee";
|
||
|
Day = 86400;
|
||
|
CurrentDate = OPI_Tools.GetCurrentDate();
|
||
|
|
||
|
Title = "Link " + String(CurrentDate);
|
||
|
Expiration = CurrentDate + Day;
|
||
|
UnixExpiration = OPI_Tools.UNIXTime(Expiration);
|
||
|
|
||
|
Result = OPI_Telegram.CreateInvitationLink(Token, ChannelID, Title, Expiration, 200);
|