File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 7
7
"github.com/slack-go/slack"
8
8
)
9
9
10
- /*
11
- WARNING: This example is destructive in the sense that it create a channel called testpinning
12
- */
10
+ // WARNING: This example is destructive in the sense that it create a channel called testpinning
13
11
func main () {
14
12
var (
15
13
apiToken string
Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ type Msg struct {
100
100
Members []string `json:"members,omitempty"`
101
101
102
102
// channels.replies, groups.replies, im.replies, mpim.replies
103
- ReplyCount int `json:"reply_count,omitempty"`
103
+ ReplyCount int `json:"reply_count,omitempty"`
104
104
ReplyUsers []string `json:"reply_users,omitempty"`
105
- Replies []Reply `json:"replies,omitempty"`
106
- ParentUserId string `json:"parent_user_id,omitempty"`
107
- LatestReply string `json:"latest_reply,omitempty"`
105
+ Replies []Reply `json:"replies,omitempty"`
106
+ ParentUserId string `json:"parent_user_id,omitempty"`
107
+ LatestReply string `json:"latest_reply,omitempty"`
108
108
109
109
// file_share, file_comment, file_mention
110
110
Files []File `json:"files,omitempty"`
You can’t perform that action at this time.
0 commit comments