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