-record(bot, { token :: binary(), server_url :: binary(), secret :: binary(), handlers :: list(fun((telega:bot(), telega:message()) -> {ok, nil} | {error, nil})) }).