ThreadChannel class

Inheritance

Constructors

ThreadChannel(bool _archived, int _autoArchiveDuration, bool _locked, bool? _invitable, String _createdAt, MessageManager<Message> messages, Snowflake? lastMessageId, Snowflake guildId, Snowflake? parentId, String label, int type, int? position, int? flags, PermissionOverwriteManager? permissions, Snowflake id)
ThreadChannel.fromPayload(dynamic payload)
factory

Properties

autoArchiveDuration → AutoArchiveDuration
Duration of live of this
no setter
createdAt DateTime
Get birthday of this
no setter
flags List<Flag>
Get List of Flag
no setterinherited
guild Guild
Get Guild from Ioc
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
Get id of this
no setterinherited
isArchived bool
Check if this is archived
no setter
isInvitable bool?
Check if member is allow to add another member
no setter
isLocked bool
This is locked
no setter
label String
Get GuildChannel label
no setterinherited
lastMessage Message?
Get last Message of this
no setterinherited
messages MessageManager<Message>
Get MessageManager
no setterinherited
parent TextChannel
Get parent of this
no setteroverride
permissions → PermissionOverwriteManager?
Get PermissionOverwrite manager
no setterinherited
position int?
Get GuildChannel permission
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ChannelType
Get GuildChannel type
no setterinherited

Methods

cast<T>() → T
inherited
createMessageCollector(bool filter(Message message), {int? max, Duration? duration}) MessageCollector
inherited
delete({String? reason}) Future<bool>
Deletes this
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({String? content, List<EmbedBuilder>? embeds, ComponentBuilder? components, List<AttachmentBuilder>? attachments, bool? tts}) Future<Message?>
Sends a message on this.
inherited
setLabel(String value) Future<void>
inherited
setParent(CategoryChannel channel) Future<void>
inherited
setParentId(Snowflake id) Future<void>
inherited
setPermissionsOverwrite(List<PermissionOverwrite> permissions) Future<void>
inherited
toString() String
A string representation of this object.
inherited
update(ChannelBuilder builder) Future<void>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited