libtd-ktx / kotlinx.telegram.coroutines / testCallVectorIntObject
testCallVectorIntObject
suspend fun TelegramFlow.testCallVectorIntObject(x: Array<TestInt>?): TestVectorIntObject
Suspend function, which returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization.
Parameters
x - Vector of objects to return.
Return TestVectorIntObject A simple object containing a vector of objects that hold a number; for testing only.