Class

net.katsstuff.ackcord.syntax

CategorySyntax

Related Doc: package syntax

Permalink

implicit final class CategorySyntax extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CategorySyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CategorySyntax(category: GuildCategory)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def channelById(id: ChannelId, guild: Guild): Option[GuildChannel]

    Permalink

    Get a channel by id in this category using an preexisting guild.

    Get a channel by id in this category using an preexisting guild.

    id

    The id of the channel.

  6. def channelById[F[_]](id: ChannelId)(implicit snapshot: CacheSnapshot[F], F: Functor[F]): OptionT[F, GuildChannel]

    Permalink

    Get a channel by id in this category.

    Get a channel by id in this category.

    id

    The id of the channel.

  7. def channels(guild: Guild): Seq[GuildChannel]

    Permalink

    Get all the channels in this category using an preexisting guild.

  8. def channels[F[_]](implicit snapshot: CacheSnapshot[F], F: Functor[F]): F[Seq[GuildChannel]]

    Permalink

    Get all the channels in this category.

  9. def channelsByName(name: String, guild: Guild): Seq[GuildChannel]

    Permalink

    Get all the channels with a name in this category using an preexisting guild.

    Get all the channels with a name in this category using an preexisting guild.

    name

    The name of the guilds.

  10. def channelsByName[F[_]](name: String)(implicit snapshot: CacheSnapshot[F], F: Functor[F]): F[Seq[GuildChannel]]

    Permalink

    Get all the channels with a name in this category.

    Get all the channels with a name in this category.

    name

    The name of the guilds.

  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def modify[Ctx](name: JsonOption[String] = JsonUndefined, position: JsonOption[Int] = JsonUndefined, permissionOverwrites: JsonOption[SnowflakeMap[UserOrRoleTag, PermissionOverwrite]] = JsonUndefined, context: Ctx = NotUsed: NotUsed): ModifyChannel[Ctx]

    Permalink

    Update the settings of this category.

    Update the settings of this category.

    name

    New name of the category.

    position

    New position of the category.

    permissionOverwrites

    The new category permission overwrites.

  14. def tChannelById(id: ChannelId, guild: Guild): Option[TGuildChannel]

    Permalink

    Get a text channel by id in this category using an preexisting guild.

    Get a text channel by id in this category using an preexisting guild.

    id

    The id of the channel.

  15. def tChannelById[F[_]](id: ChannelId)(implicit snapshot: CacheSnapshot[F], F: Functor[F]): OptionT[F, TGuildChannel]

    Permalink

    Get a text channel by id in this category.

    Get a text channel by id in this category.

    id

    The id of the channel.

  16. def tChannels(guild: Guild): Seq[TGuildChannel]

    Permalink

    Get all the text channels in this category using an preexisting guild.

  17. def tChannels[F[_]](implicit snapshot: CacheSnapshot[F], F: Functor[F]): F[Seq[TGuildChannel]]

    Permalink

    Get all the text channels in this category.

  18. def tChannelsByName(name: String, guild: Guild): Seq[TGuildChannel]

    Permalink

    Get all the text channels with a name in this category using an preexisting guild.

    Get all the text channels with a name in this category using an preexisting guild.

    name

    The name of the guilds.

  19. def tChannelsByName[F[_]](name: String)(implicit snapshot: CacheSnapshot[F], F: Functor[F]): F[Seq[TGuildChannel]]

    Permalink

    Get all the text channels with a name in this category.

    Get all the text channels with a name in this category.

    name

    The name of the guilds.

  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def vChannelById(id: ChannelId, guild: Guild): Option[VGuildChannel]

    Permalink

    Get a voice channel by id in this category using an preexisting guild.

    Get a voice channel by id in this category using an preexisting guild.

    id

    The id of the channel.

  22. def vChannelById[F[_]](id: ChannelId)(implicit snapshot: CacheSnapshot[F], F: Functor[F]): OptionT[F, VGuildChannel]

    Permalink

    Get a voice channel by id in this category.

    Get a voice channel by id in this category.

    id

    The id of the channel.

  23. def vChannels(guild: Guild): Seq[VGuildChannel]

    Permalink

    Get all the voice channels in this category using an preexisting guild.

  24. def vChannels[F[_]](implicit snapshot: CacheSnapshot[F], F: Functor[F]): F[Seq[VGuildChannel]]

    Permalink

    Get all the voice channels in this category.

  25. def vChannelsByName(name: String, guild: Guild): Seq[VGuildChannel]

    Permalink

    Get all the voice channels with a name in this category using an preexisting guild.

    Get all the voice channels with a name in this category using an preexisting guild.

    name

    The name of the guilds.

  26. def vChannelsByName[F[_]](name: String)(implicit snapshot: CacheSnapshot[F], F: Functor[F]): F[Seq[VGuildChannel]]

    Permalink

    Get all the voice channels with a name in this category.

    Get all the voice channels with a name in this category.

    name

    The name of the guilds.

Inherited from AnyVal

Inherited from Any

Ungrouped