MadelineProto/docs/TD_docs/constructors/inlineQueryResultSticker.md

24 lines
571 B
Markdown
Raw Normal View History

---
title: inlineQueryResultSticker
description: Represents a sticker cached on the telegram server
---
## Constructor: inlineQueryResultSticker
[Back to constructors index](index.md)
Represents a sticker cached on the telegram server
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
2017-09-29 15:50:59 +02:00
|sticker|[sticker](../constructors/sticker.md) | Yes|The sticker|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)