sendVideoNote

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