ListUserDmChannelsRequest constructor

const ListUserDmChannelsRequest({
  1. required SnowflakeType userId,
  2. SnowflakeType? before,
  3. SnowflakeType? after,
  4. int? limit,
})

Implementation

const ListUserDmChannelsRequest({
  required this.userId,
  this.before,
  this.after,
  this.limit,
});