getCallDuration method

int getCallDuration()

Implementation

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