userId property

int? get userId

ID of the user who uploaded the video, if it was uploaded to the group by one of the participants.

Implementation

int? get userId => payload['user_id'];