File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ public abstract class ChannelTypeRequestBase
5858 public bool ? PushNotifications { get ; set ; }
5959 public string Blocklist { get ; set ; }
6060 public ModerationBehaviour ? BlocklistBehavior { get ; set ; }
61+ public bool ? CountMessages { get ; set ; }
6162
6263 [ Obsolete ( "Use V2 Permissions APIs instead. " +
6364 "See https://getstream.io/chat/docs/dotnet-csharp/migrating_from_legacy/?language=csharp" ) ]
@@ -103,6 +104,7 @@ public abstract class ChannelTypeResponseBase : ApiResponse
103104 public bool ? PushNotifications { get ; set ; }
104105 public string Blocklist { get ; set ; }
105106 public ModerationBehaviour ? BlocklistBehavior { get ; set ; }
107+ public bool ? CountMessages { get ; set ; }
106108
107109 [ Obsolete ( "Use V2 Permissions APIs instead. " +
108110 "See https://getstream.io/chat/docs/dotnet-csharp/migrating_from_legacy/?language=csharp" ) ]
You can’t perform that action at this time.
0 commit comments