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

    Interface AcceptChannelInvitationInput

    Properties required to accept an invitation to join a channel.

    AcceptChannelInvitationInput

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

    Properties

    Properties

    channelId: ChannelId

    The identifier of the channel in which the invitation to join is to be accepted.

    handleId: HandleId

    Identifier of the handle owned by this client.