testCallVectorString - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


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.