ChatPhotoStickerTypeRegularOrMask constructor

const ChatPhotoStickerTypeRegularOrMask({
  1. required int stickerSetId,
  2. required int stickerId,
})

Information about the sticker, which was used to create the chat photo

Implementation

const ChatPhotoStickerTypeRegularOrMask({
  required this.stickerSetId,
  required this.stickerId,
});