Function sendChatRoomInviteToProfile

  • Parameters

    Returns Promise<IChatRoomInvitation>

    Promise

    Description

    Send chat room invite to profile (user)

    Params

    args of type ISendChatRoomInviteArgs

    Async

    Since

    0.1.0

    Example

    sendChatRoomInviteToProfile({
    roomId: "9e6f1bc4-9f02-4c57-92b7-7521d0f5b027",
    profileId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7"
    }).then(chatRoomInvitation => console.log(chatRoomInvitation))

Generated using TypeDoc