KtGram
Toggle table of contents
7.8.0
js
Platform filter
js
Switch theme
Search in API
KtGram
webapps
/
eu.vendeli.webapps.utils
/
conditionalAction
conditional
Action
inline
fun
conditionalAction
(
sendDataAction
:
(
)
->
String
,
answerWebAppQuery
:
(
String
)
->
Unit
,
condition
:
(
)
->
Boolean
=
{ webApp.initDataUnsafe.queryId == null }
)
(
source
)