@typed-discord/rest
Preparing search index...
types
LobbyMessageResponse
Function LobbyMessageResponse
LobbyMessageResponse
(
id
:
`
${
bigint
}
`
,
type
:
MessageType
,
content
:
string
,
lobby_id
:
`
${
bigint
}
`
,
channel_id
:
`
${
bigint
}
`
,
author
:
UserResponse
,
flags
:
number
,
optional
?:
Omit
<
LobbyMessageResponse
,
"id"
|
"type"
|
"channel_id"
|
"flags"
|
"content"
|
"author"
|
"lobby_id"
,
>
,
)
:
LobbyMessageResponse
Parameters
id
:
`
${
bigint
}
`
type
:
MessageType
content
:
string
lobby_id
:
`
${
bigint
}
`
channel_id
:
`
${
bigint
}
`
author
:
UserResponse
flags
:
number
Optional
optional
:
Omit
<
LobbyMessageResponse
,
"id"
|
"type"
|
"channel_id"
|
"flags"
|
"content"
|
"author"
|
"lobby_id"
,
>
Returns
LobbyMessageResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...