Longman\TelegramBot\Entities\InlineQuery\InlineQueryResultCachedSticker::__construct PHP Method

__construct() public method

InlineQueryResultCachedSticker constructor
public __construct ( array $data = [] )
$data array
    public function __construct(array $data = [])
    {
        $data['type'] = 'sticker';
        parent::__construct($data);
    }
InlineQueryResultCachedSticker