@extends('layouts.app') @section('content')
{{ $bot->telegram_username ? '@'.$bot->telegram_username : $bot->telegram_first_name }} ยท {{ $bot->template->name }}
Connection health
Telegram identity
{{ $bot->telegram_username ? '@'.$bot->telegram_username : $bot->telegram_first_name }}
Secure token
{{ $bot->maskedToken() }}
Last update
{{ $bot->last_update_at?->diffForHumans() ?? 'Waiting' }}
Connected
{{ $bot->created_at->format('M j, Y') }}
Module settings
Change the settings exposed by this trusted module.
Recent updates
{{ str_replace('_', ' ', $update->update_type) }}
{{ $update->created_at->diffForHumans() }}
Remove this bot?
The webhook will be deleted before the connection is removed.