MMS support

Is there a way to get text message notifications to recognize both SMS and MMS types? I have tried both $ni(pcount, com.android.mms)$ and $ni(pcount, com.google.android.apps.messaging)$ but nothing seems to work.

ni() will just get the count of the notifications, nothing more, if you want to interact with SMS you need to use uc() instead however it depends on the system weather or not MMS are counted, i cant do much about that