How can I include admin messages in tabbar badge counting?

[Problem/Question]
// Detailed description of issue.
Hello, I am an iOS developer who is developing a chat app.

When I sent an admin message to the group channel through the dashboard, the badge number on the tab bar is not increasing.
Instead, if I send an admin message to the group channel and then send a regular message, or if I leave the app and come in, the tab bar badge contains admin message counting.
Is there a way to always include admin messages in badge counting as well?
The methods currently used to obtain tab bar badge counting are as follows.

@objc public class func getTotalUnreadMessageCount(completionHandler: @escaping SendbirdChatSDK.CountHandler)

// If problem, please fill out the below. If question, please delete.
[SDK Version]
// What version of the SDK are you using?
4.0.0
[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.

[Frequency]
// How frequently is this issue occurring?

[Current impact]
// How is this currently impacting your implementation?