PHP Class Telegram\Bot\Objects\InlineQuery\InlineQueryResultPhoto

$params = [ 'id' => '', 'photo_url' => '', 'thumb_url' => '', 'photo_width' => '', 'photo_height' => '', 'title' => '', 'description' => '', 'caption' => '', 'reply_markup' => '', 'input_message_content' => '', ];
Inheritance: extends Telegram\Bot\Objects\InlineQuery\InlineBaseObject
Show file Open project: irazasyed/telegram-bot-sdk

Public Methods

Method Description
__construct ( $params = [] )

Method Details

__construct() public method

public __construct ( $params = [] )