TextChannel constructor
TextChannel(
- String? _description,
- String? _lastPinTime,
- int _rateLimit,
- ThreadManager _threads,
- bool nsfw,
- WebhookManager webhooks,
- MessageManager<
Message> messages, - Snowflake? lastMessageId,
- Snowflake guildId,
- Snowflake? parentId,
- String label,
- int type,
- int? position,
- int? flags,
- PermissionOverwriteManager? permissions,
- Snowflake id,
Implementation
TextChannel(
this._description,
this._lastPinTime,
this._rateLimit,
this._threads,
super.nsfw,
super.webhooks,
super.messages,
super.lastMessageId,
super.guildId,
super.parentId,
super.label,
super.type,
super.position,
super.flags,
super.permissions,
super.id
);