26 lines
670 B
Markdown
26 lines
670 B
Markdown
---
|
|
title: inlineQueryResultContact
|
|
description: Represents user contact
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: inlineQueryResultContact
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Represents user contact
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|
|
|contact|[contact](../constructors/contact.md) | Yes|User contact|
|
|
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Result thumb, nullable|
|
|
|
|
|
|
|
|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)
|
|
|
|
|