/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //Information about chosen result is returned //$update = $this->getUpdate(); //$inline_query = $update->getChosenInlineResult(); //$query = $inline_query->getQuery(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$channel_chat_created = $message->getChannelChatCreated(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$supergroup_chat_created = $message->getSuperGroupChatCreated(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$new_chat_photo = $message->getNewChatPhoto(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$new_chat_title = $message->getNewChatTitle(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$delete_chat_photo = $message->getDeleteChatPhoto(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$migrate_to_chat_id = $message->getMigrateToChatId(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$message = $this->getMessage(); //$member = $message->getLeftChatMember(); return parent::execute(); }
/** * Command execute method * * @return mixed * @throws \Longman\TelegramBot\Exception\TelegramException */ public function execute() { //$update = $this->getUpdate(); //$edited_message = $update->getEditedMessage(); return parent::execute(); }