File tree Expand file tree Collapse file tree 1 file changed +1
-52
lines changed
Expand file tree Collapse file tree 1 file changed +1
-52
lines changed Original file line number Diff line number Diff line change 11import {
2+ Attachment ,
23 DeviceResponse ,
34 PagerResponse ,
45 PrivacySettingsResponse ,
@@ -355,58 +356,6 @@ export interface AsyncModerationConfiguration {
355356 callback ?: AsyncModerationCallbackConfig ;
356357}
357358
358- export interface Attachment {
359- custom : Record < string , any > ;
360-
361- asset_url ?: string ;
362-
363- author_icon ?: string ;
364-
365- author_link ?: string ;
366-
367- author_name ?: string ;
368-
369- color ?: string ;
370-
371- fallback ?: string ;
372-
373- footer ?: string ;
374-
375- footer_icon ?: string ;
376-
377- image_url ?: string ;
378-
379- latitude ?: number ;
380-
381- longitude ?: number ;
382-
383- og_scrape_url ?: string ;
384-
385- original_height ?: number ;
386-
387- original_width ?: number ;
388-
389- pretext ?: string ;
390-
391- stopped_sharing ?: boolean ;
392-
393- text ?: string ;
394-
395- thumb_url ?: string ;
396-
397- title ?: string ;
398-
399- title_link ?: string ;
400-
401- type ?: string ;
402-
403- actions ?: Action [ ] ;
404-
405- fields ?: Field [ ] ;
406-
407- giphy ?: Images ;
408- }
409-
410359export interface AudioSettings {
411360 access_request_enabled : boolean ;
412361
You can’t perform that action at this time.
0 commit comments