Class BaseChannelAbstract
Properties
id
id: string
kind
name
name: string
permissionOverwrites
Methods
isCategoryChannel
- isCategoryChannel(): this is CategoryChannel
isNewsThread
- isNewsThread(): this is NewsThread
isPrivateThread
- isPrivateThread(): this is PrivateThread
isPublicThread
- isPublicThread(): this is PublicThread
isTextChannel
- isTextChannel(): this is TextChannel
isThread
- isThread(): this is Thread
Returns this is Thread
isVoiceChannel
- isVoiceChannel(): this is VoiceChannel
pins
- pins(): Promise<Message[]>
Returns Promise<Message[]>