KtGram
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
KtGram
telegram-bot
/
eu.vendeli.tgbot.types.component
/
getOrNull
get
Or
Null
fun
<
T
>
Response
<
T
>
.
getOrNull
(
)
:
T
?
(
source
)
Get response or null on failure.
Return
response payload
inline suspend
fun
<
T
>
Deferred
<
Response
<
out
T
>
>
.
getOrNull
(
)
:
T
?
(
source
)