DbInboundGroupSessionBundle constructor

DbInboundGroupSessionBundle({
  1. required StoredInboundGroupSession dbSession,
  2. required bool verified,
})

Implementation

DbInboundGroupSessionBundle({
  required this.dbSession,
  required this.verified,
});