Current section

Files

Jump to
telega include telega@model_InputStoryContentVideo.hrl
Raw

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())
}).