Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

errors: provide an error bot is not channel chat member #659

Merged
merged 2 commits into from
Feb 29, 2024

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
1 check passed
# for free to join this conversation on GitHub. Already have an account? # 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