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

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

Properties

Properties

displayName: string

Name of the anonymous sender that should be displayed

type: "anonymous"