sendVoice

inline suspend fun TelegramBot.sendVoice(noinline block: () -> String, chatId: Long)(source)
inline suspend fun TelegramBot.sendVoice(file: ImplicitFile, chatId: Long)(source)