Skip to content

Commit

Permalink
feat: added restricted_visibility to message
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Jan 28, 2025
1 parent c9861fd commit b3d57e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2643,6 +2643,7 @@ export type MessageBase<
pinned_at?: string | null;
poll_id?: string;
quoted_message_id?: string;
restricted_visibility?: string[];
show_in_channel?: boolean;
silent?: boolean;
text?: string;
Expand Down

0 comments on commit b3d57e3

Please sign in to comment.