File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2263,16 +2263,13 @@ export type Attachment = CustomAttachmentData & {
2263
2263
author_name ?: string ;
2264
2264
color ?: string ;
2265
2265
duration ?: number ;
2266
- end_at ?: string ;
2267
2266
fallback ?: string ;
2268
2267
fields ?: Field [ ] ;
2269
2268
file_size ?: number | string ;
2270
2269
footer ?: string ;
2271
2270
footer_icon ?: string ;
2272
2271
giphy ?: GiphyData ;
2273
2272
image_url ?: string ;
2274
- latitude ?: number ;
2275
- longitude ?: number ;
2276
2273
mime_type ?: string ;
2277
2274
og_scrape_url ?: string ;
2278
2275
original_height ?: number ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export const mockChannelQueryResponse = {
112
112
} ,
113
113
messages : [ ] ,
114
114
pinned_messages : [ ] ,
115
- live_locations : [ ] ,
115
+ active_live_locations : [ ] ,
116
116
members : [
117
117
{
118
118
user_id : 'sara-angular-test' ,
You can’t perform that action at this time.
0 commit comments