mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
Name = "Petr Petrov";
|
|
Phone = "+123456789";
|
|
|
|
UserID = "d3jxe61Z4W73nmNkjYGgZg==";
|
|
Token = "523b5b25ed27e6ec-fdf013e4...";
|
|
SendingToChannel = False;
|
|
|
|
Result = OPI_Viber.SendContact(Token, Name, Phone, UserID, SendingToChannel);
|
|
|
|
UserID = "tMNGhftyUPrB3r1lD+bT4g==";
|
|
Token = "523b58ba82afffaa-7ef3b426...";
|
|
SendingToChannel = True;
|
|
|
|
Result = OPI_Viber.SendContact(Token, Name, Phone, UserID, SendingToChannel);
|