interface GatewayChannelPinsUpdateDispatchData {
    channel_id: string;
    guild_id?: string;
    last_pin_timestamp?: null | string;
}

Properties

channel_id: string

The id of the channel

guild_id?: string

The id of the guild

last_pin_timestamp?: null | string

The time at which the most recent pinned message was pinned