Skip to content

test call string

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

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.

Clone this wiki locally