File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,7 @@ type ConversationList struct {
30
30
Limit int
31
31
Count int
32
32
TotalCount int
33
- Links struct {
34
- First string
35
- Previous string
36
- Next string
37
- Last string
38
- }
39
- Items []* Conversation
33
+ Items []* Conversation
40
34
}
41
35
42
36
type Conversation struct {
@@ -96,13 +90,7 @@ type MessageList struct {
96
90
Limit int
97
91
Count int
98
92
TotalCount int
99
- Links struct {
100
- First string
101
- Previous string
102
- Next string
103
- Last string
104
- }
105
- Items []* Message
93
+ Items []* Message
106
94
}
107
95
108
96
type Message struct {
@@ -190,13 +178,7 @@ type WebhookList struct {
190
178
Limit int
191
179
Count int
192
180
TotalCount int
193
- Links struct {
194
- First string
195
- Previous string
196
- Next string
197
- Last string
198
- }
199
- Items []* Webhook
181
+ Items []* Webhook
200
182
}
201
183
202
184
type Webhook struct {
You can’t perform that action at this time.
0 commit comments