topkecleon / telegram-bot-bash

Telegram bot written in bash
Other
431 stars 123 forks source link

Bug in get_chat_member , fixed #115

Closed gnadelwartz closed 4 years ago

gnadelwartz commented 4 years ago

Describe the bug user_is_admin() user_is_botadmin() always return false ...

reason: missing quotes around key "user_name"

Expected behavior should return true or false as described in docs

already fixed this morning, only for documentation ...