struct AboutChannel
- AboutChannel
- Struct
- Value
- Object
Overview
TODO Refactor into either SearchChannel or InvidiousChannel
Included Modules
- DB::Mappable
- DB::Serializable
Defined in:
invidious/channels/about.crConstructors
Class Method Summary
Instance Method Summary
- #allowed_regions : Array(String)
- #allowed_regions=(allowed_regions : Array(String))
- #author : String
- #author=(author : String)
- #author_thumbnail : String
- #author_thumbnail=(author_thumbnail : String)
- #author_url : String
- #author_url=(author_url : String)
- #auto_generated : Bool
- #auto_generated=(auto_generated : Bool)
- #banner : String | Nil
- #banner=(banner : String | Nil)
- #description_html : String
- #description_html=(description_html : String)
- #is_family_friendly : Bool
- #is_family_friendly=(is_family_friendly : Bool)
- #joined : Time
- #joined=(joined : Time)
- #related_channels : Array(AboutRelatedChannel)
- #related_channels=(related_channels : Array(AboutRelatedChannel))
- #sub_count : Int32
- #sub_count=(sub_count : Int32)
- #tabs : Array(String)
- #tabs=(tabs : Array(String))
- #to_a
- #total_views : Int64
- #total_views=(total_views : Int64)
- #ucid : String
- #ucid=(ucid : String)