Comment ChannelFollow struct

This commit is contained in:
Aditya Diwakar 2020-08-05 19:02:11 -04:00
parent eb70c17733
commit 8648632fc8

View file

@ -316,6 +316,7 @@ type ChannelEdit struct {
RateLimitPerUser int `json:"rate_limit_per_user,omitempty"` RateLimitPerUser int `json:"rate_limit_per_user,omitempty"`
} }
// A ChannelFollow holds data returned after following a news channel
type ChannelFollow struct { type ChannelFollow struct {
ChannelID string `json:"channel_id"` ChannelID string `json:"channel_id"`
WebhookID string `json:"webhook_id"` WebhookID string `json:"webhook_id"`