sealed trait GuildChannel extends Channel with GetGuild
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuildChannel
- GetGuild
- Channel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def channelType: ChannelType
The channel type of this channel
The channel type of this channel
- Definition Classes
- Channel
- abstract def guildId: GuildId
The id of the containing guild
The id of the containing guild
- Definition Classes
- GuildChannel → GetGuild
- abstract def id: GuildChannelId
The id of the channel
The id of the channel
- Definition Classes
- GuildChannel → Channel
- abstract def name: String
The name of this channel
- abstract def nsfw: Boolean
If this channel is marked as NSFW.
- abstract def parentId: Option[GuildChannelId]
The id of the category this channel is in.
- abstract def permissionOverwrites: SnowflakeMap[UserOrRole, PermissionOverwrite]
The permission overwrites for this channel
- abstract def position: Int
The position of this channel
Concrete Value Members
- def category(implicit c: CacheSnapshot): Option[GuildCategory]
Gets the category for this channel if it has one.
- def guild(implicit snapshot: CacheSnapshot): Option[GatewayGuild]
The guild for this object
The guild for this object
- Definition Classes
- GetGuild
- def mention: String
Get a representation of this channel that can refer to it in messages.
Get a representation of this channel that can refer to it in messages.
- Definition Classes
- Channel