ChannelUpdateGroupDmRequest constructor

const ChannelUpdateGroupDmRequest({
  1. required ChannelUpdateGroupDmRequestTypeType type,
  2. String? name,
  3. Base64ImageType? icon,
  4. SnowflakeType? ownerId,
  5. ChannelNicknameOverrides? nicks,
})

Implementation

const ChannelUpdateGroupDmRequest({
  required this.type,
  this.name,
  this.icon,
  this.ownerId,
  this.nicks,
});