requestDataBy

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

Use TelegramBot to request the TelegramApi and get R.

See also