@typed-discord/rest
Preparing search index...
types
LobbyMessageResponse
Interface LobbyMessageResponse
interface
LobbyMessageResponse
{
application_id
?:
`
${
bigint
}
`
;
author
:
UserResponse
;
channel_id
:
`
${
bigint
}
`
;
content
:
string
;
flags
:
number
;
id
:
`
${
bigint
}
`
;
lobby_id
:
`
${
bigint
}
`
;
metadata
?:
{
[
key
:
string
]:
string
}
;
moderation_metadata
?:
{
[
key
:
string
]:
string
}
;
type
:
MessageType
;
}
Index
Properties
application_
id?
author
channel_
id
content
flags
id
lobby_
id
metadata?
moderation_
metadata?
type
Properties
Optional
application_
id
application_id
?:
`
${
bigint
}
`
author
author
:
UserResponse
channel_
id
channel_id
:
`
${
bigint
}
`
content
content
:
string
flags
flags
:
number
id
id
:
`
${
bigint
}
`
lobby_
id
lobby_id
:
`
${
bigint
}
`
Optional
metadata
metadata
?:
{
[
key
:
string
]:
string
}
Optional
moderation_
metadata
moderation_metadata
?:
{
[
key
:
string
]:
string
}
type
type
:
MessageType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application_
id
author
channel_
id
content
flags
id
lobby_
id
metadata
moderation_
metadata
type
@typed-discord/rest
Loading...