Skip to content

Commit

Permalink
Merge pull request #17 from ChatKitty/feature/base-message-nested-level
Browse files Browse the repository at this point in the history
feat(core): Add nested level into base message
  • Loading branch information
aerovulpe authored Dec 9, 2023
2 parents b844a17 + f583c68 commit 2f15cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/lib/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export interface BaseMessage {
channelId: number;
createdTime: string;
groupTag?: string;
nestedLevel?: number,
reactions?: ReactionSummary[];
repliesCount?: number;
properties: unknown;
Expand Down

0 comments on commit 2f15cf5

Please sign in to comment.