videoNote

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