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

    Interface GetChannelsInput

    Properties required to retrieve a list of channels.

    GetChannelsInput

    interface GetChannelsInput {
        channelIds: ChannelId[];
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    channelIds: ChannelId[]

    A list of channel identifiers for the desired channels.

    handleId: HandleId

    Identifier of the handle owned by this client.