1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 08:56:56 +01:00
MadelineProto/docs/TD_docs/constructors/inlineQueryResultLocation.md
2017-08-25 15:05:53 +02:00

26 lines
661 B
Markdown

---
title: inlineQueryResultLocation
description: Represents a point on the map
---
## Constructor: inlineQueryResultLocation
[Back to constructors index](index.md)
Represents a point on the map
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|location|[location](../types/location.md) | Yes|The result|
|title|[string](../types/string.md) | Yes|Title of the result|
|thumb|[photoSize](../types/photoSize.md) | Yes|Result thumb, nullable|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)