Search Results for

    Show / Hide Table of Contents

    Class MessageFieldsArguments

    Arguments of a message received by the RocketChat web socket

    Inheritance
    Object
    MessageFieldsArguments
    Namespace: i5.Toolkit.Core.RocketChatClient
    Assembly: cs.temp.dll.dll
    Syntax
    public class MessageFieldsArguments

    Fields

    _id

    Declaration
    public string _id
    Field Value
    Type Description
    String

    mentions

    Declaration
    public User[] mentions
    Field Value
    Type Description
    User[]

    msg

    Declaration
    public string msg
    Field Value
    Type Description
    String

    rid

    Declaration
    public string rid
    Field Value
    Type Description
    String

    u

    Declaration
    public User u
    Field Value
    Type Description
    User

    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
    Type Description
    String

    Sender

    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
    Type Description
    User
    In This Article
    Back to top i5 Toolkit Documentation