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

    Describes a Chat image message.
    Name Description
    Alt(JS) Mirrors the client-side alt option.
    Alt(String) Mirrors the client-side alt option.
    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.
    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.
    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