InputStickerSetShortName045 constructor

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

Input Sticker Set Short Name constructor.

Implementation

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