MessageListItemStyle

constructor(    @ColorInt messageBackgroundColorMine: Int?,     @ColorInt messageBackgroundColorTheirs: Int?,     @ColorInt messageLinkTextColorMine: Int?,     @ColorInt messageLinkTextColorTheirs: Int?,     @ColorInt messageLinkBackgroundColorMine: Int,     @ColorInt messageLinkBackgroundColorTheirs: Int,     linkDescriptionMaxLines: Int,     textStyleMine: TextStyle,     textStyleTheirs: TextStyle,     textStyleUserName: TextStyle,     textStyleMessageDate: TextStyle,     textStyleMessageLanguage: TextStyle,     textStyleThreadCounter: TextStyle,     textStyleReadCounter: TextStyle,     threadSeparatorTextStyle: TextStyle,     textStyleLinkLabel: TextStyle,     textStyleLinkTitle: TextStyle,     textStyleLinkDescription: TextStyle,     @ColorInt dateSeparatorBackgroundColor: Int,     textStyleDateSeparator: TextStyle,     reactionsViewStyle: ViewReactionsViewStyle,     editReactionsViewStyle: EditReactionsViewStyle,     iconIndicatorSent: Drawable,     iconIndicatorRead: Drawable,     iconIndicatorPendingSync: Drawable,     iconOnlyVisibleToYou: Drawable,     textStyleMessageDeleted: TextStyle,     @ColorInt messageDeletedBackground: Int,     textStyleMessageDeletedMine: TextStyle?,     @ColorInt messageDeletedBackgroundMine: Int?,     textStyleMessageDeletedTheirs: TextStyle?,     @ColorInt messageDeletedBackgroundTheirs: Int?,     @ColorInt messageStrokeColorMine: Int,     @Px messageStrokeWidthMine: Float,     @ColorInt messageStrokeColorTheirs: Int,     @Px messageStrokeWidthTheirs: Float,     textStyleSystemMessage: TextStyle,     textStyleErrorMessage: TextStyle,     pinnedMessageIndicatorTextStyle: TextStyle,     pinnedMessageIndicatorIcon: Drawable,     @ColorInt pinnedMessageBackgroundColor: Int,     @Px messageStartMargin: Int,     @Px messageEndMargin: Int,     messageMaxWidthFactorMine: Float,     messageMaxWidthFactorTheirs: Float,     showMessageDeliveryStatusIndicator: Boolean,     iconFailedMessage: Drawable,     iconBannedMessage: Drawable,     systemMessageAlignment: Int,     @LayoutRes loadingMoreView: Int,     @ColorInt unreadSeparatorBackgroundColor: Int,     unreadSeparatorTextStyle: TextStyle)