InputMessageVideo class

Inheritance

Constructors

InputMessageVideo({required InputFile video, InputThumbnail? thumbnail, required List<int> addedStickerFileIds, required int duration, required int width, required int height, required bool supportsStreaming, FormattedText? caption, required int selfDestructTime, required bool hasSpoiler})
A video message
const
InputMessageVideo.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

addedStickerFileIds List<int>
addedStickerFileIds File identifiers of the stickers added to the video, if applicable
final
caption FormattedText?
caption Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters
final
clientId int?
client identifier
no setterinherited
duration int
duration Duration of the video, in seconds
final
extra → dynamic
callback sign
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasSpoiler bool
hasSpoiler True, if the video preview must be covered by a spoiler animation; not supported in secret chats
final
height int
height Video height
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfDestructTime int
selfDestructTime Video self-destruct time, in seconds (0-60). A non-zero self-destruct time can be specified only in private chats
final
supportsStreaming bool
supportsStreaming True, if the video is supposed to be streamed
final
thumbnail InputThumbnail?
thumbnail Video thumbnail; pass null to skip thumbnail uploading
final
video InputFile
video Video to be sent
final
width int
width Video width
final

Methods

copyWith({InputFile? video, InputThumbnail? thumbnail, List<int>? addedStickerFileIds, int? duration, int? width, int? height, bool? supportsStreaming, FormattedText? caption, int? selfDestructTime, bool? hasSpoiler}) InputMessageVideo
override
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String