ChannelUpdateGroupDmRequest constructor
const
ChannelUpdateGroupDmRequest({
- required ChannelUpdateGroupDmRequestTypeType type,
- String? name,
- Base64ImageType? icon,
- SnowflakeType? ownerId,
- ChannelNicknameOverrides? nicks,
Implementation
const ChannelUpdateGroupDmRequest({
required this.type,
this.name,
this.icon,
this.ownerId,
this.nicks,
});