Skip to main content
All docs
V25.2
  • MessageBuilder Members

    Describes a Chat message.

    Constructors

    Name Description
    MessageBuilder(OptionsOwnerContext) Initializes a new instance of the MessageBuilder class with specified settings.

    Methods

    Name Description
    Alt(JS) Mirrors the client-side alt option.
    Alt(String) Mirrors the client-side alt option.
    Attachments(Action<CollectionFactory<AttachmentBuilder>>)
    Author(Action<UserBuilder>) Mirrors the client-side author object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    Id(JS) Mirrors the client-side id option.
    Id(Double) Mirrors the client-side id option.
    Id(String) Mirrors the client-side id option.
    IsDeleted(JS) Mirrors the client-side isDeleted option.
    IsDeleted(Boolean) Mirrors the client-side isDeleted option.
    IsEdited(JS) Mirrors the client-side isEdited option.
    IsEdited(Boolean) Mirrors the client-side isEdited option.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    Option(String, Object) Specifies an option by its name.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Src(JS) Mirrors the client-side src option.
    Src(String) Mirrors the client-side src option.
    Text(JS) Mirrors the client-side text option.
    Text(String) Mirrors the client-side text option.
    Timestamp(JS) Mirrors the client-side timestamp option.
    Timestamp(DateTime) Mirrors the client-side timestamp option.
    Timestamp(Double) Mirrors the client-side timestamp option.
    Timestamp(String) Mirrors the client-side timestamp option.
    ToString() Returns a string that represents the current object. Inherited from Object.
    Type(JS) Mirrors the client-side type option.
    Type(String) Mirrors the client-side type option.
    See Also