getCallDuration method
Implementation
bool isGroupMessage(){return(super.groupProfile!= null);}int getCallDuration(){if(!isCall()) return-1;return super.expiry;}
bool isGroupMessage(){return(super.groupProfile!= null);}int getCallDuration(){if(!isCall()) return-1;return super.expiry;}