BPT\telegram\request

Request class handle everything related to telegram request and telegram methods

We suggest to not use it at all, if You want to call telegram method, use BPT\telegram\telegram instead or even BPT\BPT itself

Telegram methods supported only in static style

Properties
Name Type Description Kind
status bool Result of telegram request Static
pure_response object Telegram request response without any change Static

See methods list : methods

Examples :

requset::sendMessage(123456);