interface APIPinChannel
extends
APIChannelBase<T>export interface APIPinChannel<T extends ChannelType> extends APIChannelBase<T>
Type Parameters
ChannelType T extends
optionalChannelFlags flags? :
Inherited from: APIChannelBase
When the last pinned message was pinned. This may be null
in events such as GUILD_CREATE
when a message is not pinned
T type :
Inherited from: APIChannelBase