for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Conversations;
class AskTelegramChatIdConversation extends Conversation
{
/**
* Start the conversation.
*
* @return $this
*/
public function run()
return $this->say('Berikut ini adalah chat ID anda: ' . $this->getUser()->getId());
}