class TelegramBot::InputStoryContent

Included Modules

Direct Known Subclasses

Defined in:

telegram_bot/types/story.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def cover_frame_timestamp : Float64 | Nil #

def cover_frame_timestamp=(cover_frame_timestamp : Float64 | Nil) #

def duration : Float64 | Nil #

def duration=(duration : Float64 | Nil) #

def is_animation=(is_animation : Bool | Nil) #

def is_animation? : Bool | Nil #

def photo : String | AttachedFile | Nil #

def photo=(photo : String | AttachedFile | Nil) #

def type : String #

def type=(type : String) #

def video : String | AttachedFile | Nil #

def video=(video : String | AttachedFile | Nil) #