isRichMessage method

bool isRichMessage()

Implementation

bool isEndToEndEncryptionStatus(){return(MESIBO_MSGSTATUS_E2E== super.status);}bool isRichMessage(){if(isDeleted()) return false;return((super.flags&MESIBO_FLAG_TLV)> 0);}