Last modified:2026-01-04 06:12:28
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 non-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, and obj2 is not a group: Query the interactive chat history of obj1 and obj2.
Obj1 is not empty, obj2 is not empty, and obj2 is a group: Query the message 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 indicates the duration of the audio and video file, in milliseconds
GPS: Same as querying the GPS objects in the GPS data interface {lat: 31.54512, lng: 117.54545, height:6521,angle:2154,speed:212,startCount:3}; the units are: degrees, degrees, centimeters, 1/1000 degrees, meters/hour, and pieces.