ProfileAccentColor constructor
ProfileAccentColor({
- required int id,
- ProfileAccentColors? lightThemeColors,
- ProfileAccentColors? darkThemeColors,
- required int minSupergroupChatBoostLevel,
- required int minChannelChatBoostLevel,
Implementation
ProfileAccentColor({
required this.id,
this.lightThemeColors,
this.darkThemeColors,
required this.minSupergroupChatBoostLevel,
required this.minChannelChatBoostLevel,
});