Send Contact
data class SendContact( val chatId: ChatIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest<ContentMessage<ContactContent>> , ReplyingMarkupSendMessageRequest<ContentMessage<ContactContent>>
Content copied to clipboard
Constructors
Link copied to clipboard
fun SendContact( chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
Content copied to clipboard
Link copied to clipboard
fun SendContact( chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<ContentMessage<ContactContent>>
Content copied to clipboard