type property

  1. @JsonKey(name: 'type')
StickerType get type
inherited

Type of the sticker, currently one of "regular", "mask", "custom_emoji". The type of the sticker is independent from its format, which is determined by the fields is_animated and is_video.

Implementation

@JsonKey(name: 'type')
StickerType get type;