Current section
Files
Jump to
Current section
Files
include/telega@model_InputStoryContentVideo.hrl
-record(input_story_content_video, {
type_ :: binary(),
video :: binary(),
duration :: gleam@option:option(float()),
cover_frame_timestamp :: gleam@option:option(float()),
is_animation :: gleam@option:option(boolean())
}).