mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 17:26:58 +01:00
707 B
707 B
title | description |
---|---|
inlineQueryResultDocument | Represents a document cached on the telegram server |
Constructor: inlineQueryResultDocument
Represents a document cached on the telegram server
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | Unique identifier of this result |
document | document | Yes | The document |
title | string | Yes | Document title |
description | string | Yes | Document description |