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