mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 15:19:30 +00:00
add default for device orientation start
This commit is contained in:
@@ -7,7 +7,7 @@ external interface DeviceOrientation {
|
||||
val beta: Double
|
||||
val gamma: Double
|
||||
|
||||
fun start(params: DeviceOrientationStartParams, callback: (Boolean) -> Unit)
|
||||
fun start(params: DeviceOrientationStartParams, callback: (Boolean) -> Unit = definedExternally)
|
||||
fun stop(callback: (Boolean) -> Unit)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user