mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 20:19:38 +01:00
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'}
|
|
|
|
```
|
|
|
|
|