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