ClientPresence constructor

ClientPresence(
  1. String? _label,
  2. int _type,
  3. String? _url,
  4. String _createdAt,
  5. Timestamp? _timestamps,
  6. Snowflake? _applicationId,
  7. String? _details,
  8. String? _state,
  9. int? _flags,
)

Implementation

ClientPresence(
  this._label,
  this._type,
  this._url,
  this._createdAt,
  this._timestamps,
  this._applicationId,
  this._details,
  this._state,
  this._flags,
);