ContactContent

data class ContactContent(val contact: Contact) : MessageContent

Constructors

Link copied to clipboard
fun ContactContent(contact: Contact)

Functions

Link copied to clipboard
open override fun createResend(    chatId: ChatIdentifier,     disableNotification: Boolean,     protectContent: Boolean,     replyToMessageId: MessageIdentifier?,     allowSendingWithoutReply: Boolean?,     replyMarkup: KeyboardMarkup?): Request<ContentMessage<ContactContent>>

Properties

Link copied to clipboard
val contact: Contact