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'];
ID of the user who uploaded the video, if it was uploaded to the group by one of the participants.
int? get userId => payload['user_id'];