BotBusinessConnection constructor
const
BotBusinessConnection({})
Bot Business Connection constructor.
Implementation
const BotBusinessConnection({
required this.disabled,
required this.connectionId,
required this.userId,
required this.dcId,
required this.date,
this.rights,
}) : super._();