remove unused parameter ChannelSettings.SpamAllowed

This commit is contained in:
Alexander Kulinich 2021-02-02 18:24:22 +03:00
parent 859d4c2d06
commit 145ff51de4

View file

@ -581,8 +581,6 @@ type (
}
ChannelSettings struct {
SpamAllowed bool `json:"spam_allowed"`
Status struct {
Delivered string `json:"delivered"`
Read string `json:"read"`