PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias SnowballItemNotificationPacket

    Represents a notification for a snowball item use.

    type SnowballItemNotificationPacket = {
        from: string;
        snowballed: number;
        to: string;
    }
    Index

    Properties

    Properties

    from: string

    The sender's username.

    snowballed: number

    The amount of times they were snowballed.

    to: string

    The recipient's username.