user property

User? user
getter/setter pair

The user which sent the message. Is nullable if the person sending is a customer.

Implementation

User? user;