HelpPromoData constructor
const
HelpPromoData({})
Help Promo Data constructor.
Implementation
const HelpPromoData({
required this.proxy,
required this.expires,
this.peer,
this.psaType,
this.psaMessage,
required this.pendingSuggestions,
required this.dismissedSuggestions,
this.customPendingSuggestion,
required this.chats,
required this.users,
}) : super._();