PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
This is the complete list of members for PhpBotFramework\Core\Send, including all inherited members.
$parameters (defined in PhpBotFramework\Core\Send) | PhpBotFramework\Core\Send | protected |
checkCurrentFile(TelegramFile $file) (defined in PhpBotFramework\Core\Send) | PhpBotFramework\Core\Send | protected |
execRequest(string $url) (defined in PhpBotFramework\Core\Send) | PhpBotFramework\Core\Send | protected |
forwardMessage($from_chat_id, int $message_id, bool $disable_notification=false) | PhpBotFramework\Core\Send | |
processRequest(string $method, string $class, $file) (defined in PhpBotFramework\Core\Send) | PhpBotFramework\Core\Send | protected |
sendAudio($audio, string $caption=null, string $reply_markup=null, int $duration=null, string $performer, string $title=null, bool $disable_notification=false, int $reply_to_message_id=null) | PhpBotFramework\Core\Send | |
sendChatAction(string $action) | PhpBotFramework\Core\Send | |
sendDocument(string $document, string $caption='', string $reply_markup=null, bool $disable_notification=false, int $reply_to_message_id=null) | PhpBotFramework\Core\Send | |
sendMessage($text, string $reply_markup=null, int $reply_to=null, string $parse_mode='HTML', bool $disable_web_preview=true, bool $disable_notification=false) | PhpBotFramework\Core\Send | |
sendPhoto(&$photo, string $reply_markup=null, string $caption='', bool $disable_notification=false) | PhpBotFramework\Core\Send | |
sendSticker($sticker, string $reply_markup=null, bool $disable_notification=false, int $reply_to_message_id=null) | PhpBotFramework\Core\Send | |
sendVoice($voice, string $caption, int $duration, string $reply_markup=null, bool $disable_notification, int $reply_to_message_id=0) | PhpBotFramework\Core\Send |