Skip to content

Conversation

@Nash-Well
Copy link
Contributor

@Nash-Well Nash-Well commented Feb 27, 2024

Closes #633

errors.go Outdated
ErrKickedFromChannel = NewError(403, "Forbidden: bot was kicked from the channel chat")
ErrNotStartedByUser = NewError(403, "Forbidden: bot can't initiate conversation with a user")
ErrUserIsDeactivated = NewError(403, "Forbidden: user is deactivated")
ErrBotIsNotChannelMember = NewError(403, "Forbidden: bot is not a member of the channel chat")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ErrNotChannelMember

@demget demget added this to the v3.3 milestone Feb 28, 2024
@demget demget changed the base branch from v3 to v3.3 February 28, 2024 16:06
@demget demget merged commit 5ff8b89 into tucnak:v3.3 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

errors: bot is not a member of the channel chat

2 participants