DiscordThreadMember class

Constructors

DiscordThreadMember({DiscordSnowflake? id, DiscordSnowflake? userId, required String joinTimestamp, required int flags})
DiscordThreadMember.fromJson(Map<String, dynamic> json)
factory

Properties

flags int
any user-thread settings, currently only used for notifications
final
hashCode int
The hash code for this object.
no setterinherited
id DiscordSnowflake?
the id of the thread
final
joinTimestamp String
the time the current user last joined the thread
final
joinTimestampAsDateTime DateTime?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId DiscordSnowflake?
the id of the user
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

flagsEntry → const String
idEntry → const String
joinTimestampEntry → const String
userIdEntry → const String