APIPinChannel <T>
Hierarchy
- APIChannelBase<T>
- APIPinChannel
Index
Properties
Properties
optionalinheritedflags
inheritedid
The id of the channel
optionallast_pin_timestamp
When the last pinned message was pinned.
This may be null
in events such as GUILD_CREATE
when a message is not pinned
inheritedtype
The type of the channel
This interface is used to allow easy extension for other channel types. While also allowing
APIPartialChannel
to be used without breaking.