SetChatProfileAccentColor constructor

SetChatProfileAccentColor({
  1. required int chatId,
  2. required int profileAccentColorId,
  3. required int profileBackgroundCustomEmojiId,
})

Implementation

SetChatProfileAccentColor({
  required this.chatId,
  required this.profileAccentColorId,
  required this.profileBackgroundCustomEmojiId,
});