Lines Matching defs:Msg

17 	Msg  anonMember
23 type Msg struct { struct
25 Type string `json:"type,omitempty"`
26 Channel string `json:"channel,omitempty"`
27 User string `json:"user,omitempty"`
28 Text string `json:"text,omitempty"`
29 Timestamp string `json:"ts,omitempty"`
30 ThreadTimestamp string `json:"thread_ts,omitempty"`
31 IsStarred bool `json:"is_starred,omitempty"`
32 PinnedTo []string `json:"pinned_to,omitempty"`
33 Attachments []Attachment `json:"attachments,omitempty"`
34 Edited *Edited `json:"edited,omitempty"`
35 LastRead string `json:"last_read,omitempty"`
36 Subscribed bool `json:"subscribed,omitempty"`
37 UnreadCount int `json:"unread_count,omitempty"`
40 SubType string `json:"subtype,omitempty"`
43 …n bool `json:"hidden,omitempty"` // message_changed, message_deleted, unpinned_item
44 DeletedTimestamp string `json:"deleted_ts,omitempty"` // message_deleted
45 EventTimestamp string `json:"event_ts,omitempty"`
48 BotID string `json:"bot_id,omitempty"`
49 Username string `json:"username,omitempty"`
50 Icons *Icon `json:"icons,omitempty"`
53 Inviter string `json:"inviter,omitempty"`
56 Topic string `json:"topic,omitempty"`
59 Purpose string `json:"purpose,omitempty"`
62 Name string `json:"name,omitempty"`
63 OldName string `json:"old_name,omitempty"`
66 Members []string `json:"members,omitempty"`
69 ReplyCount int `json:"reply_count,omitempty"`
70 Replies []Reply `json:"replies,omitempty"`
71 ParentUserId string `json:"parent_user_id,omitempty"`
74 Files []File `json:"files,omitempty"`
77 Upload bool `json:"upload,omitempty"`
80 Comment *Comment `json:"comment,omitempty"`
83 ItemType string `json:"item_type,omitempty"`
86 ReplyTo int `json:"reply_to,omitempty"`
87 Team string `json:"team,omitempty"`
90 Reactions []ItemReaction `json:"reactions,omitempty"`
93 ResponseType string `json:"response_type,omitempty"`
94 ReplaceOriginal bool `json:"replace_original"`
95 DeleteOriginal bool `json:"delete_original"`
98 Blocks Blocks `json:"blocks,omitempty"`