HTTP 403 · Forbidden
HTTP 403 Permissions / Forbidden

When & why it happens

The channel is blocked by Telegram for ToS reasons; the action cannot proceed.

Handling in gogram

Surfaced as *gogram.ErrResponseCode. Match on the message:

if err, ok := err.(*gogram.ErrResponseCode); ok { if err.Message == "CHANNEL_BANNED" { // handle this error } }