MCProtocol::ProgressNotificationParams
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
progress
The progress thus far. This should increase every time progress is made, even if the total is unknown.
progressToken
The progress token which was given in the initial request, used to associate this notification with the request that is proceeding.