APIPinChannel

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

No summary provided.

Extends

APIChannelBase<T>
NameConstraintsOptionalDefaultDescription
TChannelTypeNoNone
Inherited from APIChannelBase
The id of the channel
Inherited from APIBasePartialChannel
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
type:T
Inherited from APIChannelBase