feat: include new reply_to property in MessageResponse interface
This commit is contained in:
parent
5958697b6c
commit
84b7c01251
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ export interface MessageResponse {
|
||||||
channel_uuid: string,
|
channel_uuid: string,
|
||||||
user_uuid: string,
|
user_uuid: string,
|
||||||
message: string,
|
message: string,
|
||||||
user: UserResponse
|
reply_to: string | null,
|
||||||
|
user: UserResponse,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface InviteResponse {
|
export interface InviteResponse {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue