38 lines
615 B
Markdown
38 lines
615 B
Markdown
|
---
|
||
|
title: sendMessageUploadDocumentAction
|
||
|
description: sendMessageUploadDocumentAction attributes, type and example
|
||
|
---
|
||
|
## Constructor: sendMessageUploadDocumentAction\_17
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageUploadDocumentAction_17 = ['_' => 'sendMessageUploadDocumentAction'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "sendMessageUploadDocumentAction"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageUploadDocumentAction_17={_='sendMessageUploadDocumentAction'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|