Variable Message.target

The destination of the message, either a user or a channel.

struct Message
{
  // ...
  string target ;
  // ...
}