We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v16.call StopTransactionPayload id_tag: int = None -> id_tag: str = None Also 'reason' is an optional parameter, therefore: reason: str -> reason: str = None
The text was updated successfully, but these errors were encountered:
Thanks again for reporting!
Sorry, something went wrong.
Fix attributes of call.StopTransactionPayload
df706a2
Fixes: #16
a2be64b
8e6489c
Fix type of call.StopTransactionPayload.id_tag and made call.StopTransactionPayload.reason optional. Fixes: #16
b8f80ca
Fix type of call.StopTransactionPayload.id_tag and made call.StopTransactionPayload.reason optional. Fixes: mobilityhouse#16
Successfully merging a pull request may close this issue.
v16.call StopTransactionPayload
id_tag: int = None -> id_tag: str = None
Also 'reason' is an optional parameter, therefore:
reason: str -> reason: str = None
The text was updated successfully, but these errors were encountered: