replyToEphemeralWithPhoto

suspend fun TelegramBot.replyToEphemeralWithPhoto(chatId: ChatIdentifier, receiverUserId: UserId, ephemeralMessageId: EphemeralMessageId, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<PhotoContent>(source)


suspend fun TelegramBot.replyToEphemeralWithPhoto(chatId: EphemeralChatId, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<PhotoContent>(source)

Convenience overload sourcing receiverUserId/ephemeralMessageId from chatId. Throws IllegalArgumentException if chatId does not carry an ephemeralMessageId