GuildChannel class Null safety
- Inheritance
- Object
- SnowflakeEntity
- IChannel
- GuildChannel
- Implementers
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
- 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
- name ↔ String
-
The channel"s name.
read / write, final, late
-
parentChannel
↔ Cacheable<
Snowflake, GuildChannel> ? -
Id of parent channel
read / write, final, late
-
permissionOverrides
↔ List<
PermissionsOverrides> -
Permission override for channel
read / write, final, late
- position ↔ int
-
Relative position of channel in context of channel list
read / write, final, late
- 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 [...] -
deleteChannelPermission(
SnowflakeEntity entity, {String? auditReason}) → Future< void> -
Deletes permission overwrite for given User or Role
entity
Throws ifentity
isn't User or Role -
dispose(
) → Future< void> -
Perform cleanup
inherited
-
editChannelPermissionOverrides(
PermissionOverrideBuilder permissionBuilder, {String? auditReason}) → Future< void> - Allows to edit or set channel permission overrides.
-
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
-
effectivePermissionForRole(
Role role) → Future< Permissions> -
Returns effective permissions for
role
to this channel including channel overrides. -
effectivePermissions(
Member member) → Future< Permissions> -
Returns effective permissions for
member
to this channel including channel overrides. -
fetchChannelInvites(
) → Stream< InviteWithMeta> - Fetches and returns all channel"s Invites [...]
-
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