2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: inlineQueryResultContact
|
|
|
|
description: Represents user contact
|
|
|
|
---
|
|
|
|
## Constructor: inlineQueryResultContact
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Represents user contact
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|
|
|
|
|contact|[contact](../types/contact.md) | Yes|User contact|
|
2017-08-25 15:05:53 +02:00
|
|
|
|thumb|[photoSize](../types/photoSize.md) | Yes|Result thumb, nullable|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)
|
|
|
|
|
|
|
|
|