-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change MessageReference to pointer in CreateMessageJSON
The type of `MessageReference` field in `CreateMessageJSON` struct has been changed from `MessageReference` to `*MessageReference`. This modification ensures proper handling of null reference cases and improves overall pointer-based operations.
- Loading branch information
1 parent
60ba5d8
commit d67d355
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters