rozod
    Preparing search index...

    Variable getGetConversationsConst Api Param

    getGetConversations: EndpointGeneric<
        { conversationIds: 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-conversations Gets conversations for the conversationIds specified in the parameters conversationIds Ids of the conversations to be returned