1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 02:00:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.md
2021-03-17 15:18:37 +00:00

1.4 KiB

//docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultContact/InlineQueryResultContact

InlineQueryResultContact

[common]
Content
fun InlineQueryResultContact(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)