diff --git a/src/types.ts b/src/types.ts index d8980c0fd..f17f31cce 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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;