replyWithPhoto

inline suspend fun TelegramBot.replyWithPhoto(    to: AccessibleMessage,     fileId: InputFile,     text: String? = null,     parseMode: ParseMode? = null,     showCaptionAboveMedia: Boolean = false,     spoilered: Boolean = false,     replyInChatId: IdChatIdentifier = to.chat.id,     replyInThreadId: MessageThreadId? = replyInChatId.threadId,     replyInBusinessConnectionId: BusinessConnectionId? = replyInChatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.replyWithPhoto(    to: AccessibleMessage,     fileId: InputFile,     entities: TextSourcesList,     showCaptionAboveMedia: Boolean = false,     spoilered: Boolean = false,     replyInChatId: IdChatIdentifier = to.chat.id,     replyInThreadId: MessageThreadId? = replyInChatId.threadId,     replyInBusinessConnectionId: BusinessConnectionId? = replyInChatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.replyWithPhoto(    toChatId: IdChatIdentifier,     toMessageId: MessageId,     fileId: InputFile,     text: String? = null,     parseMode: ParseMode? = null,     showCaptionAboveMedia: Boolean = false,     spoilered: Boolean = false,     replyInChatId: IdChatIdentifier = toChatId,     replyInThreadId: MessageThreadId? = replyInChatId.threadId,     replyInBusinessConnectionId: BusinessConnectionId? = replyInChatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.replyWithPhoto(    toChatId: IdChatIdentifier,     toMessageId: MessageId,     fileId: InputFile,     entities: TextSourcesList,     showCaptionAboveMedia: Boolean = false,     spoilered: Boolean = false,     replyInChatId: IdChatIdentifier = toChatId,     replyInThreadId: MessageThreadId? = replyInChatId.threadId,     replyInBusinessConnectionId: BusinessConnectionId? = replyInChatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>