InputMessageVideoNote class
A video note message.
- Inheritance
-
- Object
- TlObject
- InputMessageContent
- InputMessageVideoNote
- Available Extensions
Constructors
- InputMessageVideoNote({required InputFile video_note, InputThumbnail? thumbnail, required int duration, required int length, int? extra, int? clientId})
- A video note message
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- duration ↔ int
-
Duration of the video, in seconds.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- length ↔ int
-
Video width and height; must be positive and not greater than 640.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- thumbnail ↔ InputThumbnail?
-
Video thumbnail; pass null to skip thumbnail uploading.
read / write
- video_note ↔ InputFile
-
Video note to be sent.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → InputMessageVideoNote? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"inputMessageVideoNote"