Minor correction in \TgBotLib\Objects\Telegram\InlineQueryResult > InlineQueryResultVoice

This commit is contained in:
Netkas 2023-04-24 13:47:50 -04:00
parent d14ee4eae4
commit 9deb9e2c00

View file

@ -61,6 +61,14 @@
*/
private $input_message_content;
/**
* InlineQueryResultVoice constructor.
*/
public function __construct()
{
$this->type = 'voice';
}
/**
* Type of the result, must be voice
*