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

com.justai.jaicf.channel.viber.sdk.message.Contact.kt Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber

The newest version!
package com.justai.jaicf.channel.viber.sdk.message

/**
 * @link https://developers.viber.com/docs/api/rest-bot-api/#contact-message
 */
data class Contact @JvmOverloads constructor(
    val name: String,
    val phoneNumber: String,
    val avatar: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy