channelId property

  1. @JsonKey.new(name: 'channel_id')
String channelId
final

The ID of the channel this webhook posts to

Implementation

@JsonKey(name: 'channel_id')
final String channelId;