Packages

t

ackcord.data

GuildChannel

sealed trait GuildChannel extends Channel with GetGuild

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuildChannel
  2. GetGuild
  3. Channel
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def channelType: ChannelType

    The channel type of this channel

    The channel type of this channel

    Definition Classes
    Channel
  2. abstract def guildId: GuildId

    The id of the containing guild

    The id of the containing guild

    Definition Classes
    GuildChannelGetGuild
  3. abstract def id: GuildChannelId

    The id of the channel

    The id of the channel

    Definition Classes
    GuildChannelChannel
  4. abstract def name: String

    The name of this channel

  5. abstract def nsfw: Boolean

    If this channel is marked as NSFW.

  6. abstract def parentId: Option[GuildChannelId]

    The id of the category this channel is in.

  7. abstract def permissionOverwrites: SnowflakeMap[UserOrRole, PermissionOverwrite]

    The permission overwrites for this channel

  8. abstract def position: Int

    The position of this channel

Concrete Value Members

  1. def category(implicit c: CacheSnapshot): Option[GuildCategory]

    Gets the category for this channel if it has one.

  2. def guild(implicit snapshot: CacheSnapshot): Option[GatewayGuild]

    The guild for this object

    The guild for this object

    Definition Classes
    GetGuild
  3. 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