View Source ExGram.Model.InputStoryContentVideo (ex_gram v0.55.0)

Describes a video to post as a story.

Check the documentation of this model in https://core.telegram.org/bots/api#inputstorycontentvideo

Summary

Types

@type t() :: %ExGram.Model.InputStoryContentVideo{
  cover_frame_timestamp: float() | nil,
  duration: float() | nil,
  is_animation: boolean() | nil,
  type: String.t(),
  video: String.t()
}

Functions