osu-api-v2-js
Preparing search index...
Forum
Topic
Interface Topic
Obtainable From
API.createForumTopic
/
API.getForumTopic
/
API.editForumTopicTitle
interface
Topic
{
created_at
:
Date
;
deleted_at
:
null
|
Date
;
first_post_id
:
number
;
forum_id
:
number
;
id
:
number
;
is_locked
:
boolean
;
last_post_id
:
number
;
poll
:
|
null
|
{
allow_vote_change
:
boolean
;
ended_at
:
null
|
Date
;
hide_incomplete_results
:
boolean
;
last_vote_at
:
null
|
Date
;
max_votes
:
number
;
options
:
{
id
:
number
;
text
:
{
bbcode
:
string
;
html
:
string
}
;
vote_count
?:
number
;
}
[]
;
started_at
:
Date
;
title
:
{
bbcode
:
string
;
html
:
string
}
;
total_vote_count
:
number
;
}
;
post_count
:
number
;
title
:
string
;
type
:
"normal"
|
"sticky"
|
"announcement"
;
updated_at
:
Date
;
user_id
:
number
;
}
Index
Properties
created_
at
deleted_
at
first_
post_
id
forum_
id
id
is_
locked
last_
post_
id
poll
post_
count
title
type
updated_
at
user_
id
Properties
created_
at
created_at
:
Date
deleted_
at
deleted_at
:
null
|
Date
first_
post_
id
first_post_id
:
number
forum_
id
forum_id
:
number
id
id
:
number
is_
locked
is_locked
:
boolean
last_
post_
id
last_post_id
:
number
poll
poll
:
|
null
|
{
allow_vote_change
:
boolean
;
ended_at
:
null
|
Date
;
hide_incomplete_results
:
boolean
;
last_vote_at
:
null
|
Date
;
max_votes
:
number
;
options
:
{
id
:
number
;
text
:
{
bbcode
:
string
;
html
:
string
}
;
vote_count
?:
number
;
}
[]
;
started_at
:
Date
;
title
:
{
bbcode
:
string
;
html
:
string
}
;
total_vote_count
:
number
;
}
Type declaration
null
{
allow_vote_change
:
boolean
;
ended_at
:
null
|
Date
;
hide_incomplete_results
:
boolean
;
last_vote_at
:
null
|
Date
;
max_votes
:
number
;
options
:
{
id
:
number
;
text
:
{
bbcode
:
string
;
html
:
string
}
;
vote_count
?:
number
;
}
[]
;
started_at
:
Date
;
title
:
{
bbcode
:
string
;
html
:
string
}
;
total_vote_count
:
number
;
}
allow_vote_change
:
boolean
ended_at
:
null
|
Date
Remarks
Can be in the future
hide_incomplete_results
:
boolean
last_vote_at
:
null
|
Date
max_votes
:
number
options
:
{
id
:
number
;
text
:
{
bbcode
:
string
;
html
:
string
}
;
vote_count
?:
number
}
[]
started_at
:
Date
title
:
{
bbcode
:
string
;
html
:
string
}
total_vote_count
:
number
post_
count
post_count
:
number
title
title
:
string
type
type
:
"normal"
|
"sticky"
|
"announcement"
updated_
at
updated_at
:
Date
user_
id
user_id
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
deleted_
at
first_
post_
id
forum_
id
id
is_
locked
last_
post_
id
poll
post_
count
title
type
updated_
at
user_
id
osu-api-v2-js
Loading...
Obtainable From
API.createForumTopic / API.getForumTopic / API.editForumTopicTitle