MessagesInstallStickerSet constructor

const MessagesInstallStickerSet({
  1. required InputStickerSetBase stickerset,
  2. required bool archived,
})

Messages Install Sticker Set constructor.

Implementation

const MessagesInstallStickerSet({
  required this.stickerset,
  required this.archived,
}) : super._();