I hereby claim:
- I am 01101100 on github.
- I am ldrabyss (https://keybase.io/ldrabyss) on keybase.
- I have a public key ASBj8WzaMEjgsTqWCS2sTu3wneXyDYqwznd6zqQxg_KAkwo
To claim this, I am signing this object:
// Constants | |
const TOKEN = `<YourTokenHere>`; | |
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`; | |
const CHAT_ID = '<ChatId>'; | |
const DEPLOYED_URL = '<YourScriptDeployedURL>'; | |
const SUM_CELL = 'G2'; | |
const METHODS = { | |
SEND_MESSAGE: 'sendMessage', | |
SET_WEBHOOK: 'setWebhook', |
I hereby claim:
To claim this, I am signing this object:
/* | |
* Place this with the rest of your rules. | |
* Doesn't need to be in an array as there are no pipes. | |
*/ | |
$rules = array( | |
'password' => 'required|min:6|regex:/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).+$/' | |
); | |
/* | |
* Use this one if you also require at least one symbol. |