mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 23:36:55 +01:00
24 lines
504 B
Markdown
24 lines
504 B
Markdown
|
---
|
||
|
title: messageVideoNote
|
||
|
description: Video note message
|
||
|
---
|
||
|
## Constructor: messageVideoNote
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Video note message
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|video\_note|[videoNote](../types/videoNote.md) | Yes|Message content|
|
||
|
|is\_viewed|[Bool](../types/Bool.md) | Yes|True, if the video note message was viewed|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageContent](../types/MessageContent.md)
|
||
|
|
||
|
|