MCProtocol::CancelledNotificationParams
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
reason
An optional string describing the reason for the cancellation. This MAY be logged or presented to the user.
requestId
The ID of the request to cancel.
This MUST correspond to the ID of a request previously issued in the same direction.