Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

InlineKeyboardButton problem #735

Closed
candeman242 opened this issue Jan 1, 2018 · 2 comments
Closed

InlineKeyboardButton problem #735

candeman242 opened this issue Jan 1, 2018 · 2 comments

Comments

@candeman242
Copy link

Required Information

  • PHP version: 5
  • PHP Telegram Bot version: 3
  • Using MySQL database: yes / no
  • MySQL version:
  • Update Method: Webhook
  • Self-signed certificate: yes

'switch_inline_query', 'switch_inline_query_current_chat' allows for empty string value ("") but it throws an error if set to an empty string.

This bit of code below needs to be modified to allow for empty values for both 'switch_inline_query', 'switch_inline_query_current_chat', Currently it ignores those two parameters if they are empty strings

 foreach (['url', 'callback_data', 'switch_inline_query', 'switch_inline_query_current_chat', 'pay'] as $param) {
            if ($this->getProperty($param, '') !== '') {
                $num_params++;
            }
        }
@noplanman
Copy link
Member

@candeman242 You're absolutely right!

PR to be merged shortly, thanks a lot!! 👍

@candeman242
Copy link
Author

candeman242 commented Jan 2, 2018 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants