InvokeWithoutUpdates constructor

const InvokeWithoutUpdates({
  1. required TlMethod query,
})

Invoke Without Updates constructor.

Implementation

const InvokeWithoutUpdates({
  required this.query,
}) : super._();