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

    Interface DeclineChannelInvitationInput

    Properties required to decline an invitation to join a channel.

    DeclineChannelInvitationInput

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

    Properties

    Properties

    channelId: ChannelId

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

    handleId: HandleId

    Identifier of the handle owned by this client.