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