OptionalinactiveButtonBackgroundColor?: CSSProperties["backgroundColor"]Background color for inactive quick reply buttons when useInactiveBackgroundBrightness is false.
This property is only used when useInactiveBackgroundBrightness is set to false.
OptionalinactiveButtonBrightness?: numberThe brightness value to apply for inactive state when useInactiveBackgroundBrightness is true.
Values less than 1 darken the button, values greater than 1 brighten it.
OptionalinactiveButtonTextColor?: CSSProperties["color"]Text color for inactive quick reply buttons when useInactiveBackgroundBrightness is false.
This property is only used when useInactiveBackgroundBrightness is set to false.
If not specified, falls back to the fontConfig color.
OptionaluseInactiveBackgroundBrightness?: booleanDetermines the styling strategy for inactive buttons.
inactiveButtonBrightness property) on the active background color.inactiveButtonBackgroundColor and inactiveButtonTextColor properties as the background and text color respectively.
The configuration for quick reply buttons, extending ButtonConfig with inactive button state properties.
Quick reply buttons support additional styling options for inactive states, allowing you to either apply a brightness filter to the active button colors or use explicit inactive colors.