Added missing replyTo
property to Message
This commit is contained in:
parent
46b630c5ef
commit
8e78cb0faf
@ -145,6 +145,7 @@ export interface Message
|
||||
Member?: IUpdatableChatMember
|
||||
templateId?: string
|
||||
text?: string
|
||||
replyTo?: IReplyTo
|
||||
hasRewards?: boolean
|
||||
rewardCollected: boolean
|
||||
items?: MessageItems
|
||||
@ -153,6 +154,15 @@ export interface Message
|
||||
profileChangeEvents?: IProfileChangeEvent[]
|
||||
}
|
||||
|
||||
export interface IReplyTo
|
||||
{
|
||||
_id: string
|
||||
uid: string
|
||||
type: MessageType
|
||||
dt: number
|
||||
text?: string
|
||||
}
|
||||
|
||||
export interface MessagePreview
|
||||
{
|
||||
uid: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user