package dev.inmo.tgbotapi.CommonAbstracts interface Locationed { val latitude: Double val longitude: Double }