Skip to content

Commit

Permalink
feat: add field deleted_reply_count to MessageResponseBase (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Sep 18, 2023
1 parent 3cd9a7d commit f350692
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 f350692

Please sign in to comment.