rozod
    Preparing search index...

    Variable getGetUserConversationsConst Api Param

    getGetUserConversations: EndpointGeneric<
        { pageNumber: number; pageSize: number },
        {
            conversationTitle: { isDefaultTitle: boolean; titleForViewer: string };
            conversationType:
                | "OneToOneConversation"
                | "MultiUserConversation"
                | "CloudEditConversation";
            conversationUniverse: { rootPlaceId: number; universeId: number };
            hasUnreadMessages: boolean;
            id: number;
            initiator: {
                displayName: string;
                hasVerifiedBadge: boolean;
                name: string;
                targetId: number;
                type: "User" | "System";
            };
            lastUpdated: string;
            participants: {
                displayName: string;
                hasVerifiedBadge: boolean;
                name: string;
                targetId: number;
                type: "User"
                | "System";
            }[];
            title: string;
        }[],
        undefined,
    > = ...

    GET https://chat.roblox.com/v2/get-user-conversations Gets all conversations associated with the logged-in User pageNumber pageSize