Function getRecentActivity

  • Get an array of Events of different types that relate to a user's activity during the last 31 days! (or 100 activities, whatever comes first)

    Parameters

    • this: API
    • user: number | User

      The user in question

    • Optionalconfig: User.Config

      Array limit & offset

    Returns Promise<AnyRecentActivity[]>