uniqueGiftColors property

  1. @JsonKey.new(name: 'unique_gift_colors')
UniqueGiftColors? get uniqueGiftColors
inherited

Optional. The color scheme based on a unique gift that must be used for the chat's name, message replies and link previews

Implementation

@JsonKey(name: 'unique_gift_colors')
UniqueGiftColors? get uniqueGiftColors;