Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents the members of a conversation.

    interface ConversationMembers {
        id: string;
        members: ChannelAccount[];
    }
    Index

    Properties

    Properties

    id: string

    The ID of the conversation.

    members: ChannelAccount[]

    The list of members in the conversation.