Skip to content

Commit

Permalink
fix(type): ChatPhotoMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jan 1, 2023
1 parent 57c11b2 commit c72bcb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/type/src/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export type ChatTextMessage = CommonMessage & {
export type ChatPhotoMessage = CommonMessage & {
type: 'photo';
photo: unknown;
text?: string;
};

export type ChatMessage = ChatTextMessage | ChatPhotoMessage;
Expand Down

0 comments on commit c72bcb2

Please sign in to comment.