restrict length amount on small youtubers
This commit is contained in:
parent
5460224cd6
commit
259df8d257
2 changed files with 4 additions and 0 deletions
sdk
|
@ -56,6 +56,7 @@ type Fee struct {
|
|||
type YoutubeChannel struct {
|
||||
ChannelId string `json:"channel_id"`
|
||||
TotalVideos uint `json:"total_videos"`
|
||||
TotalSubscribers uint `json:"total_subscribers"`
|
||||
DesiredChannelName string `json:"desired_channel_name"`
|
||||
Fee *Fee `json:"fee"`
|
||||
ChannelClaimID string `json:"channel_claim_id"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue