mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
37 lines
585 B
Markdown
37 lines
585 B
Markdown
|
---
|
||
|
title: sendMessageRecordVideoAction
|
||
|
description: User records a video
|
||
|
---
|
||
|
## Constructor: sendMessageRecordVideoAction
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
User records a video
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageRecordVideoAction = ['_' => 'sendMessageRecordVideoAction', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageRecordVideoAction={_='sendMessageRecordVideoAction', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|