AllowedMentions class

Constructors

AllowedMentions({List<String>? parse, List<Snowflake>? users, List<Snowflake>? roles, bool? repliedUser})
AllowedMentions.roles([List<Snowflake>? roles])
factory
AllowedMentions.users([List<Snowflake>? users])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
parse List<String>?
getter/setter pair
repliedUser bool?
getter/setter pair
roles List<Snowflake>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users List<Snowflake>?
getter/setter pair

Methods

build() Map<String, Object?>
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 &(AllowedMentions other) AllowedMentions
operator ==(Object other) bool
The equality operator.
inherited
operator |(AllowedMentions other) AllowedMentions