nSAjSeSFlnwcxLst method
void
nSAjSeSFlnwcxLst({
- required YIMEnum_ConversationType conversationType,
- required String conversationID,
- required String messageID,
- required void callback(
- YIMMessage? message
override
Implementation
@override
void nSAjSeSFlnwcxLst({
required YIMEnum_ConversationType conversationType,
required String conversationID,
required String messageID,
required void Function(YIMMessage? message) callback,
}) {
if (!OvtmToJxJungsSYZ.csuUedvgDStbzLNY.PscxCSwHobBJanUn()) {
ikkMDRSazNrwMPHX.XpWvEzOtXSLTdmHl.BUkEgYSBqdKrdmOU(() {
callback.call(null);
});
return;
}
kyddbaYEWpcYybrO(
conversationType: conversationType,
conversationID: conversationID,
messageIDs: [messageID],
callback: (messages) {
ikkMDRSazNrwMPHX.XpWvEzOtXSLTdmHl.BUkEgYSBqdKrdmOU(() {
callback.call(messages == null || messages.isEmpty ? null : messages.first);
});
},
);
}