Skip to content

User

Agent:
  Themes:
    Light:
      Messages:
        User:

Summary#

Represents the visual theme for a chat message, including settings for icon appearance and text or background colors. This class defines customization properties that control the overall design of individual chat messages.

Remarks#

The class allows configuration of: - Icons via CSS classes, colors, or URLs. - Background and text colors for enhanced customization. Setting these properties helps ensure that chat messages conform to the desired visual styling.

Properties#

  • MessageType - The type of the chat message.
  • IconCssClass - The CSS class for the icon displayed in the user interface.
  • IconColor - The color for the icon displayed in the user interface.
  • IconUrl - The URL for the icon displayed in the user interface.
  • BackgroundColor - The background color for the user interface.
  • TextColor - The text color displayed in the user interface.

Parent models#

Summary#