mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
23 lines
444 B
Markdown
23 lines
444 B
Markdown
---
|
|
title: chatActionUploadingVideoNote
|
|
description: User uploads a video note
|
|
---
|
|
## Constructor: chatActionUploadingVideoNote
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User uploads a video note
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|progress|[int](../types/int.md) | Yes|Upload progress in percents|
|
|
|
|
|
|
|
|
### Type: [ChatAction](../types/ChatAction.md)
|
|
|
|
|