InputStickerSetDice constructor

const InputStickerSetDice({
  1. required String emoticon,
})

Input Sticker Set Dice constructor.

Implementation

const InputStickerSetDice({
  required this.emoticon,
}) : super._();