From 8648632fc838cac704830fa3c9d0215a4895c7cb Mon Sep 17 00:00:00 2001 From: Aditya Diwakar Date: Wed, 5 Aug 2020 19:02:11 -0400 Subject: [PATCH] Comment ChannelFollow struct --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 2590a8b..afe9312 100644 --- a/structs.go +++ b/structs.go @@ -316,6 +316,7 @@ type ChannelEdit struct { RateLimitPerUser int `json:"rate_limit_per_user,omitempty"` } +// A ChannelFollow holds data returned after following a news channel type ChannelFollow struct { ChannelID string `json:"channel_id"` WebhookID string `json:"webhook_id"`