ConnectedWebsite constructor
const
ConnectedWebsite({})
Contains information about one website the current user is logged in with Telegram
Implementation
const ConnectedWebsite({
required this.id,
required this.domainName,
required this.botUserId,
required this.browser,
required this.platform,
required this.logInDate,
required this.lastActiveDate,
required this.ip,
required this.location,
});