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

    Interface ChannelInvitationRequest

    The Sudo Platform SDK representation of a Channel Invitation Request. This represents an invitation request sent to a channel.

    ChannelInvitationRequest

    interface ChannelInvitationRequest {
        channelId: ChannelId;
        createdAt?: Date;
        handleId: HandleId;
        reason?: string;
    }
    Index

    Properties

    channelId: ChannelId

    The identifier of the channel the invitation request was sent to.

    createdAt?: Date

    Date for when the invitation request was sent, or undefined if not available.

    handleId: HandleId

    The identifier of the handle that sent this invitation request.

    reason?: string

    The reason for the invitation request, or undefined if not provided.