Bookmarks (or unbookmarks) a discussion for the specified user.
public bookmark ( integer $DiscussionID, integer $UserID, boolean | null $Bookmarked = null ) : boolean | ||
$DiscussionID | integer | The unique id of the discussion. |
$UserID | integer | The unique id of the user. |
$Bookmarked | boolean | null | Whether or not to bookmark or unbookmark. Pass null to toggle the bookmark. |
return | boolean | The new value of bookmarked. |