MessageBackgroundShapes
data class MessageBackgroundShapes(val top: Shape, val middle: Shape, val bottom: Shape, val none: Shape)
Represents the shapes for the message background in different positions.
Parameters
top
The shape which is used for the top message in a group.
middle
The shape which is used for the middle message in a group.
bottom
The shape which is used for the bottom message in a group.
none
The shape which is used for messages that are not in a group.