1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:46:56 +01:00
MadelineProto/docs/TD_docs/constructors/inlineQueryResultDocument.md
2017-08-25 14:43:29 +02:00

700 B

title description
inlineQueryResultDocument Represents a document cached on the telegram server

Constructor: inlineQueryResultDocument

Back to constructors index

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

Type: InlineQueryResult