userId property
The user ID of the user who performed the action
Implementation
@JsonKey(includeIfNull: false, name: 'user_id')
final SnowflakeType? userId;
The user ID of the user who performed the action
@JsonKey(includeIfNull: false, name: 'user_id')
final SnowflakeType? userId;