LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
global class Message {
    global Message() { }
    global Object clone() { }
    global String getAppId() { }
    global String getBotId() { }
    global String getBotLink() { }
    global Slack.BotProfile getBotProfile() { }
    global String getChannel() { }
    global String getClientMsgId() { }
    global Slack.Message.MessageItem getComment() { }
    global Slack.Message.Edited getEdited() { }
    global Slack.File getFile() { }
    global List<Slack.File> getFiles() { }
    global Slack.Message.Icons getIcons() { }
    global String getInviter() { }
    global Slack.Message.MessageItem getItem() { }
    global String getItemType() { }
    global String getLastRead() { }
    global String getLatestReply() { }
    global Slack.Message.Metadata getMetadata() { }
    global String getParentUserId() { }
    global List<String> getPinnedTo() { }
    global String getPurpose() { }
    global List<Slack.Reaction> getReactions() { }
    global Integer getReplyCount() { }
    global List<String> getReplyUsers() { }
    global Integer getReplyUsersCount() { }
    global Slack.Message.MessageRoot getRoot() { }
    global String getSubtype() { }
    global String getTeam() { }
    global String getText() { }
    global String getThreadTs() { }
    global String getTopic() { }
    global String getTs() { }
    global String getType() { }
    global String getUser() { }
    global String getUsername() { }
    global List<String> getXFiles() { }
    global Boolean isDisplayAsBot() { }
    global Boolean isHidden() { }
    global Boolean isIntro() { }
    global Boolean isLocked() { }
    global Boolean isStarred() { }
    global Boolean isSubscribed() { }
    global Boolean isThreadBroadcast() { }
    global Boolean isUnfurlLinks() { }
    global Boolean isUnfurlMedia() { }
    global Boolean isUpload() { }
    global Boolean isWibblr() { }
    global void setAppId(String appId) { }
    global void setBotId(String botId) { }
    global void setBotLink(String botLink) { }
    global void setBotProfile(Slack.BotProfile botProfile) { }
    global void setChannel(String channel) { }
    global void setClientMsgId(String clientMsgId) { }
    global void setComment(Slack.Message.MessageItem comment) { }
    global void setDisplayAsBot(Boolean displayAsBot) { }
    global void setEdited(Slack.Message.Edited edited) { }
    global void setFile(Slack.File file) { }
    global void setFiles(List<Slack.File> files) { }
    global void setHidden(Boolean hidden) { }
    global void setIcons(Slack.Message.Icons icons) { }
    global void setIntro(Boolean intro) { }
    global void setInviter(String inviter) { }
    global void setItem(Slack.Message.MessageItem item) { }
    global void setItemType(String itemType) { }
    global void setLastRead(String lastRead) { }
    global void setLatestReply(String latestReply) { }
    global void setLocked(Boolean locked) { }
    global void setMetadata(Slack.Message.Metadata metadata) { }
    global void setParentUserId(String parentUserId) { }
    global void setPinnedTo(List<String> pinnedTo) { }
    global void setPurpose(String purpose) { }
    global void setReactions(List<Slack.Reaction> reactions) { }
    global void setReplyCount(Integer replyCount) { }
    global void setReplyUsers(List<String> replyUsers) { }
    global void setReplyUsersCount(Integer replyUsersCount) { }
    global void setRoot(Slack.Message.MessageRoot root) { }
    global void setStarred(Boolean starred) { }
    global void setSubscribed(Boolean subscribed) { }
    global void setSubtype(String subtype) { }
    global void setTeam(String team) { }
    global void setText(String text) { }
    global void setThreadBroadcast(Boolean threadBroadcast) { }
    global void setThreadTs(String threadTs) { }
    global void setTopic(String topic) { }
    global void setTs(String ts) { }
    global void setType(String type) { }
    global void setUnfurlLinks(Boolean unfurlLinks) { }
    global void setUnfurlMedia(Boolean unfurlMedia) { }
    global void setUpload(Boolean upload) { }
    global void setUser(String user) { }
    global void setUsername(String username) { }
    global void setWibblr(Boolean wibblr) { }
    global void setXFiles(List<String> xFiles) { }
    global String toString() { }
global class Edited {
    global Message.Edited() { }
    global Object clone() { }
    global String getTs() { }
    global String getUser() { }
    global void setTs(String ts) { }
    global void setUser(String user) { }
 
}
global class Icons {
    global Message.Icons() { }
    global Object clone() { }
    global String getEmoji() { }
    global String getImage36() { }
    global String getImage48() { }
    global String getImage64() { }
    global String getImage72() { }
    global void setEmoji(String emoji) { }
    global void setImage36(String image36) { }
    global void setImage48(String image48) { }
    global void setImage64(String image64) { }
    global void setImage72(String image72) { }
 
}
global class MessageItem {
    global Message.MessageItem() { }
    global Object clone() { }
    global String getComment() { }
    global String getCreated() { }
    global String getEditLink() { }
    global String getExternalType() { }
    global String getFiletype() { }
    global String getId() { }
    global Integer getLines() { }
    global Integer getLinesMore() { }
    global String getMediaDisplayType() { }
    global String getMimetype() { }
    global String getMode() { }
    global String getName() { }
    global String getPermalink() { }
    global String getPrettyType() { }
    global String getPreview() { }
    global String getPreviewHighlight() { }
    global Integer getSize() { }
    global String getTimestamp() { }
    global String getTitle() { }
    global String getUrlPrivate() { }
    global String getUser() { }
    global String getUsername() { }
    global Boolean isDisplayAsBot() { }
    global Boolean isEditable() { }
    global Boolean isExternal() { }
    global Boolean isHasRichPreview() { }
    global Boolean isIntro() { }
    global Boolean isPermalinkPublic() { }
    global Boolean isPreviewTruncated() { }
    global Boolean isPublicUrlShared() { }
    global Boolean isStarred() { }
    global Boolean isUrlPrivateDownload() { }
    global Boolean ispublic() { }
    global void setComment(String comment) { }
    global void setCreated(String created) { }
    global void setDisplayAsBot(Boolean displayAsBot) { }
    global void setEditLink(String editLink) { }
    global void setEditable(Boolean editable) { }
    global void setExternal(Boolean external) { }
    global void setExternalType(String externalType) { }
    global void setFiletype(String filetype) { }
    global void setHasRichPreview(Boolean hasRichPreview) { }
    global void setId(String id) { }
    global void setIntro(Boolean intro) { }
    global void setLines(Integer lines) { }
    global void setLinesMore(Integer linesMore) { }
    global void setMediaDisplayType(String mediaDisplayType) { }
    global void setMimetype(String mimetype) { }
    global void setMode(String mode) { }
    global void setName(String name) { }
    global void setPermalink(String permalink) { }
    global void setPermalinkPublic(Boolean permalinkPublic) { }
    global void setPrettyType(String prettyType) { }
    global void setPreview(String preview) { }
    global void setPreviewHighlight(String previewHighlight) { }
    global void setPreviewTruncated(Boolean previewTruncated) { }
    global void setPublicUrlShared(Boolean publicUrlShared) { }
    global void setSize(Integer size) { }
    global void setStarred(Boolean starred) { }
    global void setTimestamp(String timestamp) { }
    global void setTitle(String title) { }
    global void setUrlPrivate(String urlPrivate) { }
    global void setUrlPrivateDownload(Boolean urlPrivateDownload) { }
    global void setUser(String user) { }
    global void setUsername(String username) { }
    global void setpublic(Boolean _public) { }
 
}
global class MessageRoot {
    global Message.MessageRoot() { }
    global Object clone() { }
    global String getBotId() { }
    global Slack.BotProfile getBotProfile() { }
    global Slack.Message.Edited getEdited() { }
    global Slack.Message.Icons getIcons() { }
    global String getLastRead() { }
    global String getLatestReply() { }
    global String getParentUserId() { }
    global Integer getReplyCount() { }
    global List<String> getReplyUsers() { }
    global Integer getReplyUsersCount() { }
    global String getSubtype() { }
    global String getTeam() { }
    global String getText() { }
    global String getThreadTs() { }
    global String getTs() { }
    global String getType() { }
    global Integer getUnreadCount() { }
    global String getUser() { }
    global String getUsername() { }
    global Boolean isMrkdwn() { }
    global Boolean isSubscribed() { }
    global void setBotId(String botId) { }
    global void setBotProfile(Slack.BotProfile botProfile) { }
    global void setEdited(Slack.Message.Edited edited) { }
    global void setIcons(Slack.Message.Icons icons) { }
    global void setLastRead(String lastRead) { }
    global void setLatestReply(String latestReply) { }
    global void setMrkdwn(Boolean mrkdwn) { }
    global void setParentUserId(String parentUserId) { }
    global void setReplyCount(Integer replyCount) { }
    global void setReplyUsers(List<String> replyUsers) { }
    global void setReplyUsersCount(Integer replyUsersCount) { }
    global void setSubscribed(Boolean subscribed) { }
    global void setSubtype(String subtype) { }
    global void setTeam(String team) { }
    global void setText(String text) { }
    global void setThreadTs(String threadTs) { }
    global void setTs(String ts) { }
    global void setType(String type) { }
    global void setUnreadCount(Integer unreadCount) { }
    global void setUser(String user) { }
    global void setUsername(String username) { }
 
}
global class MessageRootReply {
    global Message.MessageRootReply() { }
    global Object clone() { }
    global String getTs() { }
    global String getUser() { }
    global void setTs(String ts) { }
    global void setUser(String user) { }
 
}
global class Metadata {
    global Message.Metadata() { }
    global Object clone() { }
    global Map<String,Object> getEventPayload() { }
    global String getEventType() { }
    global void setEventPayload(Map<String,Object> eventPayload) { }
    global void setEventType(String eventType) { }
 
}
 
}