Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create<T extends Channel>(String? serverId, ChannelBuilderContract builder, {String? reason})
→ Future<T>
-
-
createPrivateChannel(String id, String recipientId)
→ Future<PrivateChannel?>
-
-
delete(String id, String? reason)
→ Future<void>
-
-
fetch<T extends Channel>(String serverId, bool force)
→ Future<Map<Snowflake, T>>
-
-
get<T extends Channel>(String id, bool force)
→ Future<T?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update<T extends Channel>(String id, ChannelBuilderContract builder, {String? serverId, String? reason})
→ Future<T?>
-