1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-05 20:40:02 +01:00
MadelineProto/docs/TD_docs/constructors/inlineQueryResultVenue.md
2017-08-25 14:43:29 +02:00

27 lines
742 B
Markdown

---
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 |
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|venue|[venue](../types/venue.md) | Yes|The result|
|thumb\_url|[string](../types/string.md) | Yes|Url of the result thumb, if exists|
|thumb\_width|[int](../types/int.md) | Yes|Thumb width, if known|
|thumb\_height|[int](../types/int.md) | Yes|Thumb height, if known|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)