deleterId property

int? get deleterId

The ID of the user who deleted the comment.

Implementation

int? get deleterId => update.object['deleter_id'];