Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.84 KB

ChannelWithChildrenModel.md

File metadata and controls

39 lines (35 loc) · 1.84 KB

ChannelWithChildrenModel

Properties

Name Type Description Notes
type str Always "channel" [optional] [default to 'channel']
id int 123 [optional]
parent str parent's slug [optional]
create_datetime str xyz [optional]
breadcrumbs list[Breadcrumb] [optional]
username str xyz [optional]
slug str [optional]
title str xyz [optional]
short_title str xyz [optional]
description str xyz [optional]
featured_gif Gif [optional]
banner_image str xyz [optional]
avatar_image str xyz [optional]
screensaver_gif Gif [optional]
is_private bool [optional]
is_live bool [optional]
event_start_datetime str xyz [optional]
event_end_datetime str xyz [optional]
has_children bool [optional]
url str xyz [optional]
website_url str xyz [optional]
instagram_url str xyz [optional]
twitter_url str xyz [optional]
facebook_url str xyz [optional]
pinterest_url str xyz [optional]
tumblr_url str xyz [optional]
user User [optional]
trending_tags list[TrendingTag] [optional]
gifs BaseChannelModelGifs [optional]
children ChannelWithChildrenModelChildren [optional]

[Back to Model list] [Back to API list] [Back to README]