## Constructor: inputBotInlineResultDocument ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |id|[string](../types/string.md) | Required| |type|[string](../types/string.md) | Required| |title|[string](../types/string.md) | Optional| |description|[string](../types/string.md) | Optional| |document|[InputDocument](../types/InputDocument.md) | Required| |send\_message|[InputBotInlineMessage](../types/InputBotInlineMessage.md) | Required| ### Type: [InputBotInlineResult](../types/InputBotInlineResult.md) ### Example: ``` $inputBotInlineResultDocument = ['_' => inputBotInlineResultDocument', 'id' => string, 'type' => string, 'title' => string, 'description' => string, 'document' => InputDocument, 'send_message' => InputBotInlineMessage, ]; ```