25 lines
583 B
Markdown
25 lines
583 B
Markdown
---
|
|
title: inlineQueryResultContact
|
|
description: Represents user contact
|
|
---
|
|
## 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](../types/contact.md) | Yes|User contact|
|
|
|thumb|[photoSize](../types/photoSize.md) | Yes|Result thumb, nullable|
|
|
|
|
|
|
|
|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)
|
|
|
|
|