Variable getMessagesUseridCanMessageConst

getMessagesUseridCanMessage: EndpointGeneric<{
    userId: number;
}, {
    canMessage: boolean;
}, any> = ...

GET https://privatemessages.roblox.com/v1/messages/:userId/can-message

Gets whether the sender can send a message to the specified user.