ServerPartContract class abstract interface

Implemented types

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

getChannels<T extends ServerChannel>(Snowflake id) Future<List<T>>
getRole(Snowflake serverId, Snowflake roleId) Future<Role>
getRoles(Snowflake guildId, {bool force = false}) Future<List<Role>>
getServer(Snowflake id) Future<Server>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateServer(Snowflake id, Map<String, dynamic> payload, String? reason) Future<Server>

Operators

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