needsRepainting property

  1. @JsonKey(name: 'needs_repainting')
bool? get needsRepainting
inherited

Optional. True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places

Implementation

@JsonKey(name: 'needs_repainting')
bool? get needsRepainting;