isChatToAll property

bool? isChatToAll
getter/setter pair

true: if is send by myself

Implementation

bool? isSelfSend; /// true: if is send by myself
bool? isChatToAll;