Skip to content

Commit

Permalink
feat: add ErrMessagesCantForwarded
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 9, 2022
1 parent d7d8d41 commit 5ac318f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ const (
// This user can't be added to the work chat, as they aren't an employe.
ErrMessagesAccessWorkChat ErrorType = 967

// Message cannot be forwarded.
ErrMessagesCantForwarded ErrorType = 969

// Cannot pin an expiring message.
ErrMessagesPinExpiringMessage ErrorType = 970

Expand Down

0 comments on commit 5ac318f

Please sign in to comment.