MessageReplyStyle

constructor(showUserAvatar: Boolean = true, @ColorInt messageBackgroundColorMine: Int, @ColorInt messageBackgroundColorTheirs: Int, @ColorInt linkBackgroundColorMine: Int, @ColorInt linkBackgroundColorTheirs: Int, textStyleMine: TextStyle, textStyleTheirs: TextStyle, linkStyleMine: TextStyle, linkStyleTheirs: TextStyle, @ColorInt messageStrokeColorMine: Int, @Px messageStrokeWidthMine: Float, @ColorInt messageStrokeColorTheirs: Int, @Px messageStrokeWidthTheirs: Float)

Parameters

showUserAvatar

Whether to show user avatar in the reply view. Default value is true.