SetChatAccentColor constructor

SetChatAccentColor({
  1. required int chatId,
  2. required int accentColorId,
  3. required int backgroundCustomEmojiId,
})

Implementation

SetChatAccentColor({
  required this.chatId,
  required this.accentColorId,
  required this.backgroundCustomEmojiId,
});