InputStoryContentVideo class
A video story.
- Inheritance
-
- Object
- TlObject
- InputStoryContent
- InputStoryContentVideo
- Available Extensions
Constructors
Properties
-
added_sticker_file_ids
↔ List<
int> -
File identifiers of the stickers added to the video, if applicable.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- duration ↔ double
-
Precise duration of the video, in seconds; 0-60.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- is_animation ↔ bool
-
True, if the video has no sound.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- video ↔ InputFile
-
Video to be sent. The video size must be 720x1280. The video must be streamable and stored in MPEG4 format, after encoding with x265 codec and key frames added each second.
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) → InputStoryContentVideo? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"inputStoryContentVideo"