isChat property

bool get isChat

Whether this dialog is in a chat.

Implementation

bool get isChat => peerType == MessageSource.chat;