All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.inmo.tgbotapi.abstracts.CommonContactData.kt Maven / Gradle / Ivy

package dev.inmo.tgbotapi.abstracts

interface CommonContactData {
    val phoneNumber: String
    val firstName: String
    val lastName: String?
    val vcard: String? // TODO:: Replace by some vCard abstraction
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy