Minor correction in \TgBotLib\Objects\Telegram\InlineQueryResult > InlineQueryResultVoice
This commit is contained in:
parent
d14ee4eae4
commit
9deb9e2c00
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@
|
|||
*/
|
||||
private $input_message_content;
|
||||
|
||||
/**
|
||||
* InlineQueryResultVoice constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->type = 'voice';
|
||||
}
|
||||
|
||||
/**
|
||||
* Type of the result, must be voice
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue