osu-api-v2-js
    Preparing search index...

    Function edit

    • Edit a ForumPost! Note that it can be the initial one of a ForumTopic!

      Parameters

      • this: API
      • post: number | Forum.Post

        The post or the id of the post in question

      • new_text: string

        The new content of the post (replaces the old content)

      Returns Promise<Forum.Post>

      The edited ForumPost