Define TEST_CHAT_ID
as a global constant.
This commit is contained in:
parent
d02cab3846
commit
75ed7676ac
5 changed files with 26 additions and 29 deletions
|
@ -9,5 +9,6 @@
|
|||
}
|
||||
|
||||
define('BOT_TOKEN', trim(file_get_contents($token_path)));
|
||||
const TEST_CHAT_ID = -1001301191379;
|
||||
|
||||
import('net.nosial.tgbotlib');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue