getGroupMessageDeliveredRecipients method
Future<void>
getGroupMessageDeliveredRecipients(
- String messageId,
- String jid,
- dynamic callback(
- FlyResponse response
This method is used to get the message delivered users list in a group.
Implementation
Future<void> getGroupMessageDeliveredRecipients(
String messageId, String jid, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}