OpRequestGuildMembers class

OP 8 - Send
Request information about offline guild members in a large guild.

Inheritance

Constructors

OpRequestGuildMembers({required String guildId, String? query, required int limit, bool? presences, List<String>? userIds, String? nonce})

Properties

guildId String
final
hashCode int
The hash code for this object.
no setterinherited
limit int
final
nonce String?
final
op int
no setteroverride
presences bool?
final
query String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userIds List<String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rpc() Map
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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