SetUserSupportInfo constructor

const SetUserSupportInfo({
  1. required int userId,
  2. required FormattedText message,
})

Sets support information for the given user; for Telegram support only

Implementation

const SetUserSupportInfo({
  required this.userId,
  required this.message,
});