Variable Message.sender

The user who sent the message.

struct Message
{
  // ...
  User sender ;
  // ...
}