GuildChannel constructor

GuildChannel(
  1. Snowflake _guildId,
  2. Snowflake? _parentId,
  3. String _label,
  4. int _type,
  5. int? _position,
  6. int? _flags,
  7. PermissionOverwriteManager? _permissions,
  8. Snowflake id,
)

Implementation

GuildChannel(this._guildId, this._parentId, this._label, this._type, this._position, this._flags, this._permissions, super.id);