diff --git a/src/api-endpoints.ts b/src/api-endpoints.ts index cccd190d..f0a21649 100644 --- a/src/api-endpoints.ts +++ b/src/api-endpoints.ts @@ -778,7 +778,19 @@ export type TextRichTextItemResponse = { type LinkPreviewMentionResponse = { url: TextRequest } -type LinkMentionResponse = { href: string } +type LinkMentionResponse = { + href: string + title?: string + description?: string + link_author?: string + link_provider?: string + thumbnail_url?: string + icon_url?: string + iframe_url?: string + height?: number + padding?: number + padding_top?: number +} type TemplateMentionDateTemplateMentionResponse = { type: "template_mention_date"