TelegramPHP Documentation

DriverInterface

Executes a single prepared {@see Request} and resolves with the raw {@see ResponseInterface} - success or error status alike. Retries, the `retry_after` hold-off, envelope unwrapping, and exception mapping are {@see Http}'s job, not the driver's.

Tags
author

Valithor Obsidion valithor@valgorithms.com

Table of Contents

Methods

runRequest()  : PromiseInterface<string|int, ResponseInterface>

Methods

runRequest()

public runRequest(Request $request) : PromiseInterface<string|int, ResponseInterface>
Parameters
$request : Request
Return values
PromiseInterface<string|int, ResponseInterface>
On this page

Search results