MessageAttachedStatus type
Indicate whether a chat message should be displayed merged with the message before / after it.
Useful to merge many messages from the same sender into a single message bubble.
type MessageAttachedStatus = "bottom" | "top" | boolean