guildId property

  1. @JsonKey.new(name: 'guild_id')
String guildId
final

The ID of the guild this webhook belongs to

Implementation

@JsonKey(name: 'guild_id')
final String guildId;