InputStoryContentVideo constructor
const
InputStoryContentVideo({})
A video story
Implementation
const InputStoryContentVideo({
required this.video,
required this.addedStickerFileIds,
required this.duration,
required this.isAnimation,
});