Last modified:2025-02-26 09:23:29
obj1 cannot be a group.
obj1 is empty, obj2 is empty, query all messages.
obj1 is not empty, obj2 is empty, query all messages sent by obj1.
obj1 is empty, obj2 is not empty, query all messages received by obj2. obj2 can be a group.
obj1 is not empty, obj2 is not empty, obj1==obj2, query all messages sent and received by obj1.
obj1 is not empty, obj2 is not empty, obj2 is not a group: query the chat history between obj1 and obj2.
obj1 is not empty, obj2 is not empty, obj2 is a group: query the messages sent by obj1 to obj2.Message content format:
text,custom: {textMsg:"xxxx"}
file,picture,audio,video,confaudio: {fileID:"xxx",fileSize:"121212",fileName:"xxx.jpg",duration:10000};duration represents the duration of audio/video files, unit in milliseconds
gps: same as the gps object in the GPS data query interface{lat:31.54512,lng:117.54545,height:6521,angle:2154,speed:212,startCount:3};units are degree, degree, centimeter, 1/1000 degree, meter/hour, count.