added talk notification levels for chats
This commit is contained in:
@@ -130,6 +130,12 @@ enum GetRoomResponseObjectParticipantNotificationLevel {
|
||||
neverNotify,
|
||||
}
|
||||
|
||||
extension NotificationLevelApiValue
|
||||
on GetRoomResponseObjectParticipantNotificationLevel {
|
||||
int get apiValue =>
|
||||
_$GetRoomResponseObjectParticipantNotificationLevelEnumMap[this]!;
|
||||
}
|
||||
|
||||
enum GetRoomResponseObjectMessageActorType {
|
||||
@JsonValue('deleted_users')
|
||||
deletedUsers,
|
||||
|
||||
Reference in New Issue
Block a user