Skip to content

Commit

Permalink
Add author_subname type (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
mztnnrt authored May 17, 2023
1 parent 8707834 commit 708ee5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ export interface MessageAttachment {
author_name?: string;
author_link?: string; // author_name must be present
author_icon?: string; // author_name must be present
author_subname?: string;
title?: string;
title_link?: string; // title must be present
text?: string; // either this or fallback must be defined
Expand Down

0 comments on commit 708ee5e

Please sign in to comment.