queryReplyCountInThreadTalkBlock method Null safety
- NIMMessage msg
Get the number of replies in a specific message thread.
msg A specific message in the thread The number of replies
Implementation
Future<NIMResult<int>> queryReplyCountInThreadTalkBlock(NIMMessage msg) {
return _platform.queryReplyCountInThreadTalkBlock(msg);
}