Explorar o código

Comment ChannelFollow struct

Aditya Diwakar %!s(int64=4) %!d(string=hai) anos
pai
achega
8648632fc8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      structs.go

+ 1 - 0
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"`