There was an error while loading. Please reload this page.
2 parents 1092aa7 + f671095 commit 36c151fCopy full SHA for 36c151f
1 file changed
tweet/managetweet/types/parameter.go
@@ -22,6 +22,8 @@ type CreateInput struct {
22
Reply *CreateInputReply `json:"reply,omitempty"`
23
ReplySettings *string `json:"reply_settings,omitempty"`
24
Text *string `json:"text,omitempty"`
25
+ CommunityID *string `json:"community_id,omitempty"`
26
+ ShareWithFollowers *bool `json:"share_with_followers,omitempty"`
27
}
28
29
type CreateInputGeo struct {
0 commit comments