Skip to content

Commit

Permalink
added description for postinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Sep 19, 2024
1 parent 57ee975 commit 24e17b1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tiktok/request_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ type PublishVideoRequest struct {
}

type PostInfo struct {
Title string `json:"title"`
PrivacyLevel string `json:"privacy_level"`
DisableDuet bool `json:"disable_duet"`
DisableComment bool `json:"disable_comment"`
DisableStitch bool `json:"disable_stitch"`
VideoCoverTimestampMS int64 `json:"video_cover_timestamp_ms"`
Title string `json:"title"`
Description string `json:"description"`
PrivacyLevel string `json:"privacy_level"`
DisableDuet bool `json:"disable_duet"`
DisableComment bool `json:"disable_comment"`
DisableStitch bool `json:"disable_stitch"`
VideoCoverTimestampMS int64 `json:"video_cover_timestamp_ms"`
}

type SourceInfo struct {
Expand Down

0 comments on commit 24e17b1

Please sign in to comment.