GetRoomSummaryResponse$3 constructor
GetRoomSummaryResponse$3({
- Uri? avatarUrl,
- String? canonicalAlias,
- required bool guestCanJoin,
- String? joinRule,
- String? name,
- required int numJoinedMembers,
- required String roomId,
- String? roomType,
- String? topic,
- required bool worldReadable,
- List<
String> ? allowedRoomIds, - String? encryption,
- String? roomVersion,
- Membership? membership,
Implementation
GetRoomSummaryResponse$3({
this.avatarUrl,
this.canonicalAlias,
required this.guestCanJoin,
this.joinRule,
this.name,
required this.numJoinedMembers,
required this.roomId,
this.roomType,
this.topic,
required this.worldReadable,
this.allowedRoomIds,
this.encryption,
this.roomVersion,
this.membership,
});