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
'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++;
}
}
The text was updated successfully, but these errors were encountered:
Required Information
'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
The text was updated successfully, but these errors were encountered: