Contact

@Serializable
@SerialName(value = "contact")
data class Contact(val id: String, val title: String, val phoneNumber: String, val firstName: String, val lastName: String? = null, val userId: Long? = null, val vcard: String? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null, val thumbnailUrl: String? = null, val thumbnailWidth: Int? = null, val thumbnailHeight: Int? = null) : InlineQueryResult

Constructors

Link copied to clipboard
constructor(id: String, title: String, phoneNumber: String, firstName: String, lastName: String? = null, userId: Long? = null, vcard: String? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val lastName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val thumbnailHeight: Int? = null
Link copied to clipboard
val thumbnailUrl: String? = null
Link copied to clipboard
val thumbnailWidth: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userId: Long? = null
Link copied to clipboard
val vcard: String? = null