KtGram
Toggle table of contents
8.1.0
common
Platform filter
common
Switch theme
Search in API
KtGram
ktgram-utils
/
eu.vendeli.ktgram.extutils
/
verifyUser
verify
User
inline suspend
fun
TelegramBot
.
verifyUser
(
userId
:
Long
,
customDescription
:
String
?
=
null
)
(
source
)
inline suspend
fun
TelegramBot
.
verifyUser
(
userId
:
Long
,
noinline
customDescription
:
(
)
->
String
?
)
(
source
)
inline suspend
fun
TelegramBot
.
verifyUser
(
user
:
User
,
noinline
customDescription
:
(
)
->
String
?
)
(
source
)