2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: inlineQueryResultVenue
|
|
|
|
description: Represents information about a venue
|
|
|
|
---
|
|
|
|
## Constructor: inlineQueryResultVenue
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Represents information about a venue
|
|
|
|
|
|
|
|
### 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|
|
2017-09-29 15:50:59 +02:00
|
|
|
|venue|[venue](../constructors/venue.md) | Yes|The result|
|
|
|
|
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Result thumb, nullable|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)
|
|
|
|
|
|
|
|
|