ExistingSticker constructor

ExistingSticker(
  1. String identifier
)

Retrieves an existing sticker with the given identifier.

Implementation

ExistingSticker(String identifier) : super._existing(identifier);