Correct template.

This commit is contained in:
Anthony Tuininga 2023-06-14 18:37:15 -06:00
parent 9a0c7f35da
commit 0903b3d167
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ class Connection:
self._verify_connected()
self._impl.set_module(value)
def msgproperties(self, payload: Union[bytes, DbObject]=None,
def msgproperties(self, payload: Union[bytes, str, DbObject]=None,
correlation: str=None, delay: int=None,
exceptionq: str=None, expiration: int=None,
priority: int=None, recipients: list=None) -> MessageProperties: