@typed-discord/rest
Preparing search index...
types
GithubComment
Interface GithubComment
interface
GithubComment
{
body
:
string
;
commit_id
?:
string
|
null
;
html_url
:
string
;
id
:
number
;
user
:
GithubUser
;
}
Index
Properties
body
commit_
id?
html_
url
id
user
Properties
body
body
:
string
Optional
commit_
id
commit_id
?:
string
|
null
html_
url
html_url
:
string
id
id
:
number
user
user
:
GithubUser
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
commit_
id
html_
url
id
user
@typed-discord/rest
Loading...