diff --git a/types/interfaces.ts b/types/interfaces.ts index 0325e54..8921c72 100644 --- a/types/interfaces.ts +++ b/types/interfaces.ts @@ -44,7 +44,8 @@ export interface MessageResponse { channel_uuid: string, user_uuid: string, message: string, - user: UserResponse + reply_to: string | null, + user: UserResponse, } export interface InviteResponse {