reply To Ephemeral With Video Note
suspend fun TelegramBot.replyToEphemeralWithVideoNote(chatId: ChatIdentifier, receiverUserId: UserId, ephemeralMessageId: EphemeralMessageId, videoNote: InputFile, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<VideoNoteContent>(source)
suspend fun TelegramBot.replyToEphemeralWithVideoNote(chatId: EphemeralChatId, videoNote: InputFile, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<VideoNoteContent>(source)
Convenience overload sourcing receiverUserId/ephemeralMessageId from chatId. Throws IllegalArgumentException if chatId does not carry an ephemeralMessageId