voice

inline suspend fun TelegramBot.voice(file: ImplicitFile, chatId: Long)(source)
inline suspend fun TelegramBot.voice(noinline block: () -> String, chatId: Long)(source)
inline suspend fun TelegramBot.voice(file: InputFile, chatId: Long)(source)
inline suspend fun TelegramBot.voice(ba: ByteArray, chatId: Long)(source)