Discord.https - v3.0.16
    Preparing search index...

    Interface RPCNotificationCreateDispatchData

    interface RPCNotificationCreateDispatchData {
        body: string;
        channel_id: string;
        icon_url: string;
        message: RPCAPIMessage;
        title: string;
    }
    Index

    Properties

    body: string

    Body of the notification

    channel_id: string

    Id of channel where notification occurred

    icon_url: string

    Icon url of the notification

    message: RPCAPIMessage

    Message that generated this notification

    title: string

    Title of the notification