AccountGetDefaultBackgroundEmojis constructor

const AccountGetDefaultBackgroundEmojis({
  1. required int hash,
})

Account Get Default Background Emojis constructor.

Implementation

const AccountGetDefaultBackgroundEmojis({
  required this.hash,
}) : super._();