ExistingStickerCategory constructor

ExistingStickerCategory(
  1. String identifier, {
  2. List<Sticker>? items,
})

Retrieves an existing sticker category with the given identifier.

Implementation

ExistingStickerCategory(String identifier, {this.items})
    : super._existing(identifier);