···54 history_public_to_subscribers : bool option;
55 (** Whether history is visible to new subscribers *)
56 message_retention_days : int option option;
57- (** Message retention (None = default, Some None = forever) *)
058 can_remove_subscribers_group : int option;
59 (** User group that can remove subscribers *)
60}
···91 unit ->
92 unit
93(** Update channel properties.
094 @raise Eio.Io on failure *)
9596(** {1 Deleting Channels} *)
···54 history_public_to_subscribers : bool option;
55 (** Whether history is visible to new subscribers *)
56 message_retention_days : int option option;
57+ (** Message retention policy. [None] = use organization default,
58+ [Some None] = unlimited retention, [Some (Some n)] = n days. *)
59 can_remove_subscribers_group : int option;
60 (** User group that can remove subscribers *)
61}
···92 unit ->
93 unit
94(** Update channel properties.
95+ @param message_retention_days [None] = unlimited, [Some n] = n days
96 @raise Eio.Io on failure *)
9798(** {1 Deleting Channels} *)