replyWithLiveLocation

inline suspend fun TelegramBot.replyWithLiveLocation(    to: AccessibleMessage,     scope: CoroutineScope,     latitude: Double,     longitude: Double,     liveTimeMillis: Long = defaultLivePeriodDelayMillis,     initHorizontalAccuracy: Meters? = null,     initHeading: Degrees? = null,     initProximityAlertRadius: Meters? = null,     threadId: MessageThreadId? = to.threadIdOrNull,     businessConnectionId: BusinessConnectionId? = to.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): LiveLocationProvider
inline suspend fun TelegramBot.replyWithLiveLocation(    to: AccessibleMessage,     scope: CoroutineScope,     location: StaticLocation,     liveTimeMillis: Long = defaultLivePeriodDelayMillis,     initHorizontalAccuracy: Meters? = null,     initHeading: Degrees? = null,     initProximityAlertRadius: Meters? = null,     threadId: MessageThreadId? = to.threadIdOrNull,     businessConnectionId: BusinessConnectionId? = to.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): LiveLocationProvider

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param