FollowedChannel constructor

FollowedChannel({
  1. required String channelId,
  2. required String webhookId,
})

Implementation

FollowedChannel({
  required this.channelId,
  required this.webhookId,
});