File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DisCatSharp/Entities/Message Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,14 +361,14 @@ public DiscordMessageReference Reference
361
361
/// <summary>
362
362
/// Gets whether this message has a message reference (reply, announcement, etc.).
363
363
/// </summary>
364
- [ Experimental ( "We provide that temporary, as we figure out things." ) ]
364
+ [ Experimental ( "We provide that temporary, as we figure out things." ) , JsonIgnore ]
365
365
public bool HasMessageReference
366
366
=> this . InternalReference is { Type : ReferenceType . Default } ;
367
367
368
368
/// <summary>
369
369
/// Gets whether this message has forwarded messages.
370
370
/// </summary>
371
- [ Experimental ( "We provide that temporary, as we figure out things." ) ]
371
+ [ Experimental ( "We provide that temporary, as we figure out things." ) JsonIgnore ]
372
372
public bool HasMessageSnapshots
373
373
=> this . InternalReference is { Type : ReferenceType . Forward } ;
374
374
You can’t perform that action at this time.
0 commit comments