Added constructors to InlineQuery objects
This commit is contained in:
parent
51cce667f7
commit
c3ecb75d6c
6 changed files with 48 additions and 0 deletions
|
@ -80,6 +80,14 @@
|
|||
*/
|
||||
private $input_message_content;
|
||||
|
||||
/**
|
||||
* InlineQueryResultPhoto constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->type = 'photo';
|
||||
}
|
||||
|
||||
/**
|
||||
* Type of the result, must be photo
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue