requestDataBy

suspend fun <R : Any> TelegramApi<R>.requestDataBy(bot: Bot): R(source)

Use bot to request the TelegramApi and get R.

See also