mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-11-17 04:20:13 +00:00
6 lines
143 B
Kotlin
6 lines
143 B
Kotlin
package com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts
|
|
|
|
interface Locationed {
|
|
val latitude: Double
|
|
val longitude: Double
|
|
} |