Skip to main content
All docs
V25.2
  • TextMessageBuilder Methods

    Describes a Chat text message.
    Name Description
    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.
    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