AccountGetChannelRestrictedStatusEmojis constructor

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

Account Get Channel Restricted Status Emojis constructor.

Implementation

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