@@ -401,7 +401,9 @@ def list_messages(
401401 after : str | NotGiven = NOT_GIVEN ,
402402 before : str | NotGiven = NOT_GIVEN ,
403403 channel_id : str | NotGiven = NOT_GIVEN ,
404- engagement_status : List [Literal ["seen" , "read" , "interacted" , "link_clicked" , "archived" ]]
404+ engagement_status : List [
405+ Literal ["seen" , "unseen" , "read" , "unread" , "archived" , "unarchived" , "link_clicked" , "interacted" ]
406+ ]
405407 | NotGiven = NOT_GIVEN ,
406408 inserted_at : object_list_messages_params .InsertedAt | NotGiven = NOT_GIVEN ,
407409 message_ids : List [str ] | NotGiven = NOT_GIVEN ,
@@ -1237,7 +1239,9 @@ def list_messages(
12371239 after : str | NotGiven = NOT_GIVEN ,
12381240 before : str | NotGiven = NOT_GIVEN ,
12391241 channel_id : str | NotGiven = NOT_GIVEN ,
1240- engagement_status : List [Literal ["seen" , "read" , "interacted" , "link_clicked" , "archived" ]]
1242+ engagement_status : List [
1243+ Literal ["seen" , "unseen" , "read" , "unread" , "archived" , "unarchived" , "link_clicked" , "interacted" ]
1244+ ]
12411245 | NotGiven = NOT_GIVEN ,
12421246 inserted_at : object_list_messages_params .InsertedAt | NotGiven = NOT_GIVEN ,
12431247 message_ids : List [str ] | NotGiven = NOT_GIVEN ,
0 commit comments