CategoryGuildChannel class Null safety
- Inheritance
- Object
- SnowflakeEntity
- IChannel
- GuildChannel
- CategoryGuildChannel
Properties
- channelType ↔ ChannelType
-
Type of this channel
read / write, final, late, inherited
- client → Nyxx
-
Reference to client
final, inherited
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
-
guild
↔ Cacheable<
Snowflake, Guild> -
Id of Guild that the channel is in.
read / write, final, late, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- isNsfw ↔ bool
-
Indicates if channel is nsfw
read / write, final, late, inherited
- name ↔ String
-
The channel"s name.
read / write, final, late, inherited
-
parentChannel
↔ Cacheable<
Snowflake, GuildChannel> ? -
Id of parent channel
read / write, final, late, inherited
-
permissionOverrides
↔ List<
PermissionsOverrides> -
Permission override for channel
read / write, final, late, inherited
- position ↔ int
-
Relative position of channel in context of channel list
read / write, final, late, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
createInvite(
{int? maxAge, int? maxUses, bool? temporary, bool? unique, String? auditReason}) → Future< Invite> -
Creates new Invite for
Channel
and returns it"s instance [...]inherited -
deleteChannelPermission(
SnowflakeEntity entity, {String? auditReason}) → Future< void> -
Deletes permission overwrite for given User or Role
entity
Throws ifentity
isn't User or Roleinherited -
dispose(
) → Future< void> -
Perform cleanup
inherited
-
editChannelPermissionOverrides(
PermissionOverrideBuilder permissionBuilder, {String? auditReason}) → Future< void> -
Allows to edit or set channel permission overrides.
inherited
-
editChannelPermissions(
PermissionsBuilder perms, SnowflakeEntity entity, {String? auditReason}) → Future< void> -
Allows to set or edit permissions for channel. id can be either User or Role
Throws if id isn't User or Role
inherited
-
effectivePermissionForRole(
Role role) → Future< Permissions> -
Returns effective permissions for
role
to this channel including channel overrides.inherited -
effectivePermissions(
Member member) → Future< Permissions> -
Returns effective permissions for
member
to this channel including channel overrides.inherited -
fetchChannelInvites(
) → Stream< InviteWithMeta> -
Fetches and returns all channel"s Invites [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited