webhookId property

  1. @JsonKey.new(includeIfNull: false, name: 'webhook_id')
SnowflakeType? webhookId
final

The ID of the webhook that sent this message

Implementation

@JsonKey(includeIfNull: false, name: 'webhook_id')
final SnowflakeType? webhookId;