Skip to content

test call vector string

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

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.

Clone this wiki locally