qsAFLlPlpOXBHgVg method
void
qsAFLlPlpOXBHgVg({
- required YIMEnum_ConversationType conversationType,
- required String conversationID,
- required String messageID,
- required void callback(
- YIMMessage? message
override
Implementation
@override
void qsAFLlPlpOXBHgVg({
required YIMEnum_ConversationType conversationType,
required String conversationID,
required String messageID,
required void Function(YIMMessage? message) callback,
}) {
if (!PpWjInfcaubAfrsf.jCDyOuvykETrgvUF.aMsbEJZkqjhMlCZj()) {
ZFLObPsphPxMTkby.aGKqrIqLhjnzDFOq.NneFWBIfxLpXKjbp(() {
callback.call(null);
});
return;
}
KTqYOFvbUdnAADAk(
conversationType: conversationType,
conversationID: conversationID,
messageIDs: [messageID],
callback: (messages) {
ZFLObPsphPxMTkby.aGKqrIqLhjnzDFOq.NneFWBIfxLpXKjbp(() {
callback.call(messages == null || messages.isEmpty ? null : messages.first);
});
},
);
}