mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 22:59:48 +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
|
|
} |