ActionMetadataBuilder class

Implemented types

Constructors

ActionMetadataBuilder({Snowflake? channelId, Duration? duration})

Properties

channelId Snowflake?
Channel to which messages content should be logged.
getter/setter pair
duration Duration?
The duration of the timeout. This cannot exceed 4 weeks!
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() RawApiMap
Returns built response for api
override
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