ListUserGuildsRequest constructor
const
ListUserGuildsRequest({
- required SnowflakeType userId,
- SnowflakeType? before,
- SnowflakeType? after,
- int? limit,
- bool? withCounts,
Implementation
const ListUserGuildsRequest({
required this.userId,
this.before,
this.after,
this.limit,
this.withCounts,
});