MadelineProtoDocs/docs/API_docs/constructors/documentAttributeVideo_66.md
2024-05-01 14:53:46 +02:00

932 B

title description nav_exclude image
documentAttributeVideo Defines a video true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: documentAttributeVideo_66

Back to constructors index

Defines a video

Attributes:

Name Type Required Description
round_message Bool Optional Whether this is a round video
duration int Optional Duration in seconds
w int Optional Video width
h int Optional Video height

Type: DocumentAttribute

Example:

$documentAttributeVideo_66 = ['_' => 'documentAttributeVideo', 'round_message' => Bool, 'duration' => int, 'w' => int, 'h' => int];