Change
message
may beNone
Add
app_data_example_value = data_message.app_data["example"]
"example" in data_message.app_data
app_data: dict[str, Any] = data_message.app_data.to_dict()
Full Changelog: v0.13.0...v0.14.0
message
may be None
app_data_example_value = data_message.app_data["example"]
"example" in data_message.app_data
app_data: dict[str, Any] = data_message.app_data.to_dict()
Full Changelog: v0.13.0...v0.14.0