StickerMessage constructor

StickerMessage(
  1. String stickerId,
  2. String? albumId,
  3. String? name
)

Implementation

StickerMessage(
  this.stickerId,
  this.albumId,
  this.name,
);