Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModifyUpdater

Hierarchy

  • IModifyUpdater

Index

Methods

Methods

finish

  • Finishes the updating process, saving the object to the database. Note: If there is an issue or error while updating, this will throw an error.

    Parameters

    Returns Promise<void>

message

  • Modifies an existing message. Raises an exception if a non-existent messageId is supplied

    Parameters

    • messageId: string

      the id of the existing message to modfiy and build

    • updater: IUser

      the user who is updating the message

    Returns Promise<IMessageBuilder>

room

  • Modifies an existing room. Raises an exception if a non-existent roomId is supplied

    Parameters

    • roomId: string

      the id of the existing room to modify and build

    • updater: IUser

      the user who is updating the room

    Returns Promise<IRoomBuilder>

Generated using TypeDoc