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