Skip to content

Commit

Permalink
feat: add ErrMessagesPinExpiringMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 9, 2022
1 parent bfb64f6 commit d7d8d41
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

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

// Invalid phone number.
ErrParamPhone ErrorType = 1000

Expand Down

0 comments on commit d7d8d41

Please sign in to comment.