class TelegramBot::RichBlockVideo

Included Modules

Defined in:

telegram_bot/types/rich_block.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::RichBlock

type : String type, type=(type : String) type=

Constructor methods inherited from class TelegramBot::RichBlock

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 : Video, *, has_spoiler : Bool | Nil = nil, caption : RichBlockCaption | Nil = nil) #

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

Instance Method Detail

def caption : RichBlockCaption | Nil #

def caption=(caption : RichBlockCaption | Nil) #

def has_spoiler=(has_spoiler : Bool | Nil) #

def has_spoiler? : Bool | Nil #

def type : String #

def type=(type : String) #

def video : Video #

def video=(video : Video) #