You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result = await client.invoke(
new Api.messages.RequestWebView({
peer: botPeer,
bot: bot.name,
platform: "ios",
url: bot.url,
startParam: "***",
})
);
startParam is not found in result
The text was updated successfully, but these errors were encountered:
result = await client.invoke(
new Api.messages.RequestWebView({
peer: botPeer,
bot: bot.name,
platform: "ios",
url: bot.url,
startParam: "***",
})
);
startParam is not found in result
The text was updated successfully, but these errors were encountered: