keywords property

  1. @JsonKey(name: 'keywords')
List<String>? get keywords
inherited

Optional. List of 0-20 search keywords for the sticker with total length of up to 64 characters. For "regular" and "custom_emoji" stickers only.

Implementation

@JsonKey(name: 'keywords')
List<String>? get keywords;