reply To Ephemeral With Location
suspend fun TelegramBot.replyToEphemeralWithLocation(chatId: ChatIdentifier, receiverUserId: UserId, ephemeralMessageId: EphemeralMessageId, latitude: Double, longitude: Double, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<StaticLocationContent>(source)
Sends a static location (live_period is not supported for ephemeral messages, see SendLocation.Live)
suspend fun TelegramBot.replyToEphemeralWithLocation(chatId: EphemeralChatId, latitude: Double, longitude: Double, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<StaticLocationContent>(source)
Sends a static location (live_period is not supported for ephemeral messages, see SendLocation.Live). Convenience overload sourcing receiverUserId/ephemeralMessageId from chatId. Throws IllegalArgumentException if chatId does not carry an ephemeralMessageId