Packages

c

ackcord.data

ThreadGuildChannel

case class ThreadGuildChannel(id: SnowflakeType[ThreadGuildChannel], guildId: GuildId, name: String, lastMessageId: Option[MessageId], ownerId: UserId, rateLimitPerUser: Option[Int], parentChannelId: TextGuildChannelId, channelType: ThreadChannelType, messageCount: Int, memberCount: Int, archived: Boolean, archiveTimestamp: OffsetDateTime, autoArchiveDuration: Int, locked: Boolean, invitable: Option[Boolean], member: Option[ThreadMember]) extends TextGuildChannel with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadGuildChannel
  2. Serializable
  3. Product
  4. Equals
  5. TextGuildChannel
  6. TextChannel
  7. GuildChannel
  8. GetGuild
  9. Channel
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ThreadGuildChannel(id: SnowflakeType[ThreadGuildChannel], guildId: GuildId, name: String, lastMessageId: Option[MessageId], ownerId: UserId, rateLimitPerUser: Option[Int], parentChannelId: TextGuildChannelId, channelType: ThreadChannelType, messageCount: Int, memberCount: Int, archived: Boolean, archiveTimestamp: OffsetDateTime, autoArchiveDuration: Int, locked: Boolean, invitable: Option[Boolean], member: Option[ThreadMember])

Value Members

  1. val archiveTimestamp: OffsetDateTime
  2. val archived: Boolean
  3. val autoArchiveDuration: Int
  4. def category(implicit c: CacheSnapshot): Option[GuildCategory]

    Gets the category for this channel if it has one.

    Gets the category for this channel if it has one.

    Definition Classes
    GuildChannel
  5. val channelType: ThreadChannelType

    The channel type of this channel

    The channel type of this channel

    Definition Classes
    ThreadGuildChannelChannel
  6. def defaultAutoArchiveDuration: Option[Int]

    The default for when a newly created thread is auto archived in minutes.

    The default for when a newly created thread is auto archived in minutes.

    Definition Classes
    ThreadGuildChannelTextGuildChannel
  7. def guild(implicit snapshot: CacheSnapshot): Option[GatewayGuild]

    The guild for this object

    The guild for this object

    Definition Classes
    GetGuild
  8. val guildId: GuildId

    The id of the containing guild

    The id of the containing guild

    Definition Classes
    ThreadGuildChannelGuildChannelGetGuild
  9. val id: SnowflakeType[ThreadGuildChannel]

    The id of the channel

    The id of the channel

    Definition Classes
    ThreadGuildChannelTextGuildChannelTextChannelGuildChannelChannel
  10. val invitable: Option[Boolean]
  11. def lastMessage(implicit c: CacheSnapshot): Option[Message]

    Gets the last message for this channel if it exists.

    Gets the last message for this channel if it exists.

    Definition Classes
    TextChannel
  12. val lastMessageId: Option[MessageId]

    Points to the last message id in the channel.

    Points to the last message id in the channel. The id might not point to a valid or existing message.

    Definition Classes
    ThreadGuildChannelTextChannel
  13. def lastPinTimestamp: Option[OffsetDateTime]

    When the last pinned message was pinned.

    When the last pinned message was pinned.

    Definition Classes
    ThreadGuildChannelTextGuildChannel
  14. val locked: Boolean
  15. val member: Option[ThreadMember]
  16. val memberCount: Int
  17. 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
  18. val messageCount: Int
  19. val name: String

    The name of this channel

    The name of this channel

    Definition Classes
    ThreadGuildChannelGuildChannel
  20. def nsfw: Boolean

    If this channel is marked as NSFW.

    If this channel is marked as NSFW.

    Definition Classes
    ThreadGuildChannelGuildChannel
  21. val ownerId: UserId
  22. val parentChannelId: TextGuildChannelId
  23. def parentId: Option[TextGuildChannelId]

    The id of the category this channel is in.

    The id of the category this channel is in.

    Definition Classes
    ThreadGuildChannelGuildChannel
  24. def permissionOverwrites: SnowflakeMap[UserOrRole, PermissionOverwrite]

    The permission overwrites for this channel

    The permission overwrites for this channel

    Definition Classes
    ThreadGuildChannelGuildChannel
  25. def position: Int

    The position of this channel

    The position of this channel

    Definition Classes
    ThreadGuildChannelGuildChannel
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val rateLimitPerUser: Option[Int]

    The amount of time a user has to wait before sending messages after each other.

    The amount of time a user has to wait before sending messages after each other. Bots are not affected.

    Definition Classes
    ThreadGuildChannelTextGuildChannel
  28. def topic: Option[String]

    The topic for this channel.

    The topic for this channel.

    Definition Classes
    ThreadGuildChannelTextGuildChannel