@@ -163,7 +163,7 @@ def search(
163163 limit : int | Omit = omit ,
164164 media_types : List [Literal ["any" , "video" , "image" , "link" , "file" ]] | Omit = omit ,
165165 query : str | Omit = omit ,
166- sender : Union [ Literal [ "me" , "others" ], str ] | Omit = omit ,
166+ sender : str | Omit = omit ,
167167 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
168168 # The extra values given here take precedence over values defined on the client or passed to this method.
169169 extra_headers : Headers | None = None ,
@@ -439,7 +439,7 @@ def search(
439439 limit : int | Omit = omit ,
440440 media_types : List [Literal ["any" , "video" , "image" , "link" , "file" ]] | Omit = omit ,
441441 query : str | Omit = omit ,
442- sender : Union [ Literal [ "me" , "others" ], str ] | Omit = omit ,
442+ sender : str | Omit = omit ,
443443 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
444444 # The extra values given here take precedence over values defined on the client or passed to this method.
445445 extra_headers : Headers | None = None ,
0 commit comments