MadelineProto/docs/TD_docs/constructors/inlineQueryResultVenue.md

25 lines
597 B
Markdown
Raw Normal View History

---
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
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|venue|[venue](../types/venue.md) | Yes|The result|
2017-08-25 15:05:53 +02:00
|thumb|[photoSize](../types/photoSize.md) | Yes|Result thumb, nullable|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)