Skip to content

Commit

Permalink
Merge branch 'master' into feat/export-UpdateMessageOptions-SendMessa…
Browse files Browse the repository at this point in the history
…geOptions
  • Loading branch information
MartinCupela authored Sep 18, 2023
2 parents 31b0c92 + f350692 commit 6fedf16
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 @@ -527,6 +527,7 @@ export type MessageResponseBase<
command_info?: { name?: string };
created_at?: string;
deleted_at?: string;
deleted_reply_count?: number;
i18n?: RequireAtLeastOne<Record<`${TranslationLanguages}_text`, string>> & {
language: TranslationLanguages;
};
Expand Down

0 comments on commit 6fedf16

Please sign in to comment.