@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface GetChannelMembersInput

    Properties required to retrieve a list of all channel members of a channel.

    GetChannelMembersInput

    interface GetChannelMembersInput {
        channelId: ChannelId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    channelId: ChannelId

    The identifier associated with the channel to query.

    handleId: HandleId

    Identifier of the handle owned by this client.