class RubyLsp::Notification

def telemetry(data)

: (Hash[Symbol, untyped] data) -> Notification
def telemetry(data)
  new(
    method: "telemetry/event",
    params: data,
  )
end