27 User = user ??
throw new ArgumentNullException(nameof(user));
28 Content = content ??
throw new ArgumentNullException(nameof(content));
Represents a tgs_chat_user datum.
Represents a message received by a IProvider.
string Content
The text of the message.
ChatUser User
The ChatUser who sent the Message.
Message(ChatUser user, string content)
Initializes a new instance of the Message class.