-
Notifications
You must be signed in to change notification settings - Fork 11
test call string
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / testCallString
suspend fun
TelegramFlow
.testCallString(x:
String
?):
TestString
Suspend function, which returns the received string; for testing only. This is an offline method. Can be called before authorization.
x
- String to return.
Return TestString A simple object containing a string; for testing only.