SetUserSupportInfo constructor
const
SetUserSupportInfo({
- required int userId,
- required FormattedText message,
Sets support information for the given user; for Telegram support only
Implementation
const SetUserSupportInfo({
required this.userId,
required this.message,
});