PollMessageStyle

data class PollMessageStyle(val backgroundColor: Color)

Represents the style for poll messages.

Parameters

backgroundColor

The background color for the poll message.

Constructors

Link copied to clipboard
constructor(backgroundColor: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard