ContactContent

data class ContactContent(contact: Contact) : MessageContent

Functions

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

Properties

contact
Link copied to clipboard
common
val contact: Contact