reply To Ephemeral With Live Photo
suspend fun TelegramBot.replyToEphemeralWithLivePhoto(chatId: ChatIdentifier, receiverUserId: UserId, ephemeralMessageId: EphemeralMessageId, livePhoto: InputFile, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<LivePhotoContent>(source)
suspend fun TelegramBot.replyToEphemeralWithLivePhoto(chatId: EphemeralChatId, livePhoto: InputFile, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<LivePhotoContent>(source)
Convenience overload sourcing receiverUserId/ephemeralMessageId from chatId. Throws IllegalArgumentException if chatId does not carry an ephemeralMessageId