1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-18 09:51:28 +02:00
Files
OpenIntegrations/docs/en/examples/AdvancedCall/CallWithSettings.txt
T

13 lines
357 B
Plaintext
Vendored

Token = "6129457865:AAFyzNYOAFbu...";
Parameters = New Array;
Parameters.Add(Token);
Settings = New Structure("adv_response", True);
Result = OPI_AdvancedCall.CallWithSettings("OPI_Telegram"
, "GetBotInformation"
, Parameters
, Settings);
OPI_TestDataRetrieval.Process(Result, "Core", "CallWithSettings");