libtd-ktx / kotlinx.telegram.coroutines / testCallVectorString
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.
Parameters
x - Vector of strings to return.
Return TestVectorString A simple object containing a vector of strings; for testing only.