Service for users avatars managing.

Hierarchy

  • AvatarService

Implements

Constructors

Methods

Constructors

Methods

  • Stores avatar content and sets it as the current avatar.

    Parameters

    • avatarContent: Blob | File

      Content of the new avatar.

    • userId: string

      Identifier of a user to set a new avatar for. Only users with administrator access can set avatars for another users.

    Returns Promise<void>

Generated using TypeDoc