MessageChatConversationType: Extract<
    ChatConversationType,
    "singleChat"
    | "groupChat",
>

支持消息操作的会话类型,仅包含单聊和群聊。