The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Telebot::HelloTelegram - Hello Telegram!

SYNOPSIS

    use Telebot::HelloTelegram;
    my $hello = Telebot::HelloTelegram->new;
    $hello->start;

DESCRIPTION

Telebot::HelloTelegram is the default Telebot application, used mostly for testing.

ATTRIBUTES

Telebot::HelloTelegram inherits all attributes from Telebot.

METHODS

Telebot::HelloTelegram inherits all methods from Telebot and implements the following new ones.

startup

    $hello->startup;

Creates a catch-all route that renders a text message.

COPYRIGHT AND LICENSE

Copyright (C) 2022, Igor Lobanov. This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

SEE ALSO

https://github.com/igorlobanov/telebot, Mojolicious::Guides, https://mojolicious.org, https://core.telegram.org/api.