InputMediaStakeDice constructor

const InputMediaStakeDice({
  1. required String gameHash,
  2. required int tonAmount,
  3. required Uint8List clientSeed,
})

Input Media Stake Dice constructor.

Implementation

const InputMediaStakeDice({
  required this.gameHash,
  required this.tonAmount,
  required this.clientSeed,
}) : super._();