mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 23:40:09 +00:00
types(GatewayChannelPinsUpdateDispatch): make last_pin_timestamp nullable (#46)
Ref: 14460930d8
Ref: discord/ discord-api-docs #2215
This commit is contained in:
@@ -298,7 +298,7 @@ export type GatewayChannelPinsUpdateDispatch = DataPayload<
|
||||
{
|
||||
guild_id?: string;
|
||||
channel_id: string;
|
||||
last_pin_timestamp?: string;
|
||||
last_pin_timestamp?: string | null;
|
||||
}
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user