Longman\TelegramBot\Entities\Message::botAddedInChat PHP Method

botAddedInChat() public method

Bot added in chat
public botAddedInChat ( ) : boolean
return boolean
    public function botAddedInChat()
    {
        $member = $this->getNewChatMember();
        return $member !== null && $member->getUsername() === $this->getBotName();
    }