Skip to content

Commit 36c151f

Browse files
authored
Merge pull request #338 from V0lkanTas/AddingTweetParameters
Adding tweet parameters
2 parents 1092aa7 + f671095 commit 36c151f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tweet/managetweet/types/parameter.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ type CreateInput struct {
2222
Reply *CreateInputReply `json:"reply,omitempty"`
2323
ReplySettings *string `json:"reply_settings,omitempty"`
2424
Text *string `json:"text,omitempty"`
25+
CommunityID *string `json:"community_id,omitempty"`
26+
ShareWithFollowers *bool `json:"share_with_followers,omitempty"`
2527
}
2628

2729
type CreateInputGeo struct {

0 commit comments

Comments
 (0)