testCallString - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / testCallString

testCallString

suspend fun TelegramFlow.testCallString(x: String?): TestString

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

Parameters

x - String to return.

Return TestString A simple object containing a string; for testing only.