InputStickerSetShortName constructor

const InputStickerSetShortName({
  1. required String shortName,
})

Input Sticker Set Short Name constructor.

Implementation

const InputStickerSetShortName({
  required this.shortName,
}) : super._();