GetUserSupportInfo constructor

const GetUserSupportInfo({
  1. required int userId,
})

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

Implementation

const GetUserSupportInfo({
  required this.userId,
});