Class MessageFieldsArguments
Arguments of a message received by the RocketChat web socket
Inheritance
object
MessageFieldsArguments
Assembly: cs.temp.dll.dll
public class MessageFieldsArguments
Fields
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Properties
MessageContent
Gets the raw text of the message; same content as the msg field
Easier to read/understand in code than msg
Declaration
public string MessageContent { get; }
Property Value
Gets the sender of the message; same content as the u field
Easier to read/understand in code than u
Declaration
public User Sender { get; }
Property Value