Skip to content

Commit

Permalink
Add code block
Browse files Browse the repository at this point in the history
  • Loading branch information
ReagentX committed May 15, 2024
1 parent 929e3b0 commit 8472a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imessage-database/src/tables/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub struct Message {
pub associated_message_guid: Option<String>,
/// Intermediate data for determining the [`variant`](crate::message_types::variants) of a message
pub associated_message_type: Option<i32>,
/// The [bundle ID](https://developer.apple.com/help/app-store-connect/reference/app-bundle-information) of the app that generated the [App Message](crate::message_types::app::AppMessage)
/// The [bundle ID](https://developer.apple.com/help/app-store-connect/reference/app-bundle-information) of the app that generated the [`AppMessage`](crate::message_types::app::AppMessage)
pub balloon_bundle_id: Option<String>,
/// Intermediate data for determining the [`expressive`](crate::message_types::expressives) of a message
pub expressive_send_style_id: Option<String>,
Expand Down

0 comments on commit 8472a44

Please sign in to comment.