Skip to content

Commit 53d30ee

Browse files
committed
feat: [CHA-1300] add count messages on channel type
1 parent fb30492 commit 53d30ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/ChannelType.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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")]

0 commit comments

Comments
 (0)