interface APIPinChannel

extends

APIChannelBase<T>
external
export interface APIPinChannel<T extends ChannelType> extends APIChannelBase<T>

Type Parameters

T extends ChannelType

optionalexternal
flags? : ChannelFlags

Inherited from: APIChannelBase

external
id : Snowflake

The id of the channel

Inherited from: APIBasePartialChannel

optionalexternal
last_pin_timestamp? : string | null

When the last pinned message was pinned. This may be null in events such as GUILD_CREATE when a message is not pinned

external
type : T

Inherited from: APIChannelBase