requestResultBy
suspend fun <R : Any> TelegramApi<R>.requestResultBy(bot: TelegramBot): TelegramApiResult<R>(source)
Use TelegramBot to request the TelegramApi and get TelegramApiResult with R.
Use TelegramBot to request the TelegramApi and get TelegramApiResult with R.