rapierorg / telegram-bot-swift

Telegram Bot SDK for Swift (unofficial)
https://github.com/rapierorg/telegram-bot-swift/wiki
Apache License 2.0
374 stars 63 forks source link

Verify that blocked bots behave correctly #6

Open zmeyc opened 8 years ago

zmeyc commented 8 years ago

If someone blocks the bot it should get an 403 error the next time a message is sent to that user. Verify that this is handled correctly. On unblock the bot will automatically receive /start command.