mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 05:58:19 +01:00
31 lines
489 B
Markdown
31 lines
489 B
Markdown
|
---
|
||
|
title: sendMessageRecordVideoAction17
|
||
|
description: sendMessageRecordVideoAction17 attributes, type and example
|
||
|
---
|
||
|
## Constructor: sendMessageRecordVideoAction17
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageRecordVideoAction17 = ['_' => 'sendMessageRecordVideoAction17', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageRecordVideoAction17={_='sendMessageRecordVideoAction17', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|