TextBasedChannel constructor

TextBasedChannel(
  1. bool _nsfw,
  2. WebhookManager _webhooks,
  3. MessageManager messages,
  4. Snowflake? lastMessageId,
  5. Snowflake guildId,
  6. Snowflake? parentId,
  7. String label,
  8. int type,
  9. int? position,
  10. int? flags,
  11. PermissionOverwriteManager? permissions,
  12. Snowflake id,
)

Implementation

TextBasedChannel(
  this._nsfw,
  this._webhooks,
  super.messages,
  super.lastMessageId,
  super.guildId,
  super.parentId,
  super.label,
  super.type,
  super.position,
  super.flags,
  super.permissions,
  super.id
);