You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
11 lines
359 B
Plaintext
Vendored
11 lines
359 B
Plaintext
Vendored
Token = "6129457865:AAFyzNYOAFbu...";
|
|
ChatID = "461699897";
|
|
ChannelID = "@testsichee";
|
|
Name = "Петр";
|
|
LastName = "Петров";
|
|
Phone = "88005553535";
|
|
|
|
Result = OPI_Telegram.SendContact(Token, ChatID, Name, LastName, Phone);
|
|
|
|
Result = OPI_Telegram.SendContact(Token, ChannelID, Name, LastName, Phone);
|