Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Gateway/Raw
MessageUpdatePacket
Interface MessageUpdatePacket
interface
MessageUpdatePacket
{
d
:
Partial
<
Omit
<
RawMessage
,
"id"
|
"channel_id"
>
>
&
{
channel_id
:
string
;
guild_id
?:
string
;
id
:
string
;
}
;
op
:
DISPATCH
;
s
:
number
;
t
:
"MESSAGE_UPDATE"
;
}
Hierarchy (
view full
)
BaseDispatchPacket
MessageUpdatePacket
Index
Properties
d
op
s
t
Properties
d
d
:
Partial
<
Omit
<
RawMessage
,
"id"
|
"channel_id"
>
>
&
{
channel_id
:
string
;
guild_id
?:
string
;
id
:
string
;
}
Type declaration
channel_
id
:
string
Optional
guild_
id
?:
string
id
:
string
op
op
:
DISPATCH
s
s
:
number
t
t
:
"MESSAGE_UPDATE"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
d
op
s
t
Oceanic
Loading...