class TelegramBot::InputStoryContentVideo

Defined in:

telegram_bot/types/story.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::InputStoryContent

cover_frame_timestamp : Float64 | Nil cover_frame_timestamp, cover_frame_timestamp=(cover_frame_timestamp : Float64 | Nil) cover_frame_timestamp=, duration : Float64 | Nil duration, duration=(duration : Float64 | Nil) duration=, is_animation=(is_animation : Bool | Nil) is_animation=, is_animation? : Bool | Nil is_animation?, photo : String | AttachedFile | Nil photo, photo=(photo : String | AttachedFile | Nil) photo=, type : String type, type=(type : String) type=, video : String | AttachedFile | Nil video, video=(video : String | AttachedFile | Nil) video=

Constructor methods inherited from class TelegramBot::InputStoryContent

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(video : String | AttachedFile, *, duration : Float64 | Nil = nil, cover_frame_timestamp : Float64 | Nil = nil, is_animation : Bool | Nil = nil) #

Instance Method Detail

def collect_attachments(attachments : Hash(String, String | ::File)) : Nil #