Class ChatFetchMessageOptions
Constructors
constructor
- new ChatFetchMessageOptions(params): ChatFetchMessageOptions
Parameters
- params: {
direction: ChatSearchDirection;
endTs: number;
from?: string;
msgTypes?: ChatMessageType[];
needSave: boolean;
startTs: number;
}endTs: number
Optionalfrom?: string
needSave: boolean
startTs: number
Properties
direction
endTs
endTs: number
Optionalfrom
from?: string
OptionalmsgTypes
needSave
needSave: boolean
startTs
startTs: number
查询消息的选项。