Properties
-
appliedTags
↔ Iterable<ForumTagBuilder>?
-
Set of tags that have been applied to a thread
read / write
-
archiveAfter
↔ ThreadArchiveTime?
-
The time after which the thread is automatically archived.
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
message
↔ MessageBuilder?
-
First message in thread
read / write
-
name
↔ String
-
The name of the thread
read / write
-
rateLimitPerUser
↔ int?
-
Amount of seconds a user has to wait before sending another message (0-21600);
bots, as well as users with the permission manage_messages, manage_thread, or manage_channel, are unaffected
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
build()
→ RawApiMap
-
Returns built response for api
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited