rozod
    Preparing search index...

    Variable getAnnouncementsConst Api

    getAnnouncements: EndpointGeneric<
        { [key: string]: any },
        {
            collection: {
                body: string;
                created: string;
                id: number;
                sender: {
                    displayName: string;
                    hasVerifiedBadge: boolean;
                    id: number;
                    name: string;
                };
                subject: string;
                updated: string;
            }[];
            totalCollectionSize: number;
        },
        undefined,
    > = ...

    GET https://privatemessages.roblox.com/v1/announcements Migrate from RobloxWebsite project, return news notification for Private Message page