sourceChannel property

  1. @JsonKey(name: 'source_channel')
Channel? sourceChannel
final

the channel that this webhook is following (returned for Channel Follower Webhooks)

Implementation

@JsonKey(name: 'source_channel')
final Channel? sourceChannel;