testCallVectorInt - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / testCallVectorInt

testCallVectorInt

suspend fun TelegramFlow.testCallVectorInt(x: IntArray?): TestVectorInt

Suspend function, which returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization.

Parameters

x - Vector of numbers to return.

Return TestVectorInt A simple object containing a vector of numbers; for testing only.