isVoiceCall method

bool isVoiceCall()

Implementation

bool isVoiceCall(){return(isCall()&&(super.type&1)== 0);}