Documentation - v0.27.1
    Preparing search index...

    Interface AnonymousSender

    An object representing an anonymous sender (e.g. for users that have forwards hidden)

    interface AnonymousSender {
        displayName: string;
        type: "anonymous";
    }
    Index

    Properties

    Properties

    displayName: string

    Name of the anonymous sender that should be displayed

    type: "anonymous"