mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-18 09:17:25 +00:00
types(GatewayChannelPinsUpdateDispatch): make last_pin_timestamp nullable (#46)
Ref: https://github.com/discord/discord-api-docs/commit/14460930d859237dc6cf8d464378b482d712fd6e Ref: discord/ discord-api-docs #2215
This commit is contained in:
+1
-1
@@ -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