1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +02:00
Files
OpenIntegrations/docs/en/examples/Viber/SendFile.txt

15 lines
542 B
Plaintext
Raw Normal View History

 Extension = "docx";
2025-06-29 14:35:33 +03:00
URL = "https://hut.openintegrations.dev/test_data/document.docx";
2025-06-29 14:35:33 +03:00
UserID = "d3jxe61Z4W73nmNkjYGgZg==";
Token = "523b5b25ed27e6ec-fdf013e4...";
SendingToChannel = False;
Result = OPI_Viber.SendFile(Token, URL, UserID, SendingToChannel, Extension);
2025-06-29 14:35:33 +03:00
UserID = "tMNGhftyUPrB3r1lD+bT4g==";
Token = "523b58ba82afffaa-7ef3b426...";
SendingToChannel = True;
Result = OPI_Viber.SendFile(Token, URL, UserID, SendingToChannel, Extension);