@@ -641,6 +641,7 @@ def create_channel_type(
641641 read_events : Optional [bool ] = None ,
642642 replies : Optional [bool ] = None ,
643643 search : Optional [bool ] = None ,
644+ shared_locations : Optional [bool ] = None ,
644645 skip_last_msg_update_for_system_msgs : Optional [bool ] = None ,
645646 typing_events : Optional [bool ] = None ,
646647 uploads : Optional [bool ] = None ,
@@ -671,6 +672,7 @@ def create_channel_type(
671672 read_events = read_events ,
672673 replies = replies ,
673674 search = search ,
675+ shared_locations = shared_locations ,
674676 skip_last_msg_update_for_system_msgs = skip_last_msg_update_for_system_msgs ,
675677 typing_events = typing_events ,
676678 uploads = uploads ,
@@ -728,6 +730,7 @@ def update_channel_type(
728730 reminders : Optional [bool ] = None ,
729731 replies : Optional [bool ] = None ,
730732 search : Optional [bool ] = None ,
733+ shared_locations : Optional [bool ] = None ,
731734 skip_last_msg_update_for_system_msgs : Optional [bool ] = None ,
732735 typing_events : Optional [bool ] = None ,
733736 uploads : Optional [bool ] = None ,
@@ -763,6 +766,7 @@ def update_channel_type(
763766 reminders = reminders ,
764767 replies = replies ,
765768 search = search ,
769+ shared_locations = shared_locations ,
766770 skip_last_msg_update_for_system_msgs = skip_last_msg_update_for_system_msgs ,
767771 typing_events = typing_events ,
768772 uploads = uploads ,
0 commit comments