data class ContactContent : MessageContent
(source)
(common)
<init> |
ContactContent(contact: Contact) |
(common)
contact |
val contact: Contact |
(common)
createResend |
fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<ContactContent>> |