You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user sends a new job offer but the bot doesn't have the permissions to perform an action (in this case pin a message), they will not get the reply that the JO was sent successfully
To reproduce
Steps to reproduce the behavior:
Send the /postjoboffer command
Fill the jo
If the targeted group doesn't have permission to perform an action the sent message is not sent.
Expected behavior
The bot should send correctly the sent message even tho it's not pinning the message (maybe display a text too).
Screenshots
If applicable, add screenshots to help explain your bug.
Additional context
Call to 'pinChatMessage' failed! (400: Bad Request: not enough rights to manage pinned messages in the chat)
An example error is when the bot doesn't send the sent message.
The text was updated successfully, but these errors were encountered:
No sent reply message if there is an error
Description
When the user sends a new job offer but the bot doesn't have the permissions to perform an action (in this case pin a message), they will not get the reply that the JO was sent successfully
To reproduce
Steps to reproduce the behavior:
/postjoboffer
commandExpected behavior
The bot should send correctly the sent message even tho it's not pinning the message (maybe display a text too).
Screenshots
If applicable, add screenshots to help explain your bug.
Additional context
Call to 'pinChatMessage' failed! (400: Bad Request: not enough rights to manage pinned messages in the chat)
An example error is when the bot doesn't send the sent message.
The text was updated successfully, but these errors were encountered: