mirror of
https://github.com/danog/php-libtgvoip.git
synced 2024-11-26 20:04:48 +01:00
Add some more constants
This commit is contained in:
parent
a30c8c3ac6
commit
ffe6dc8660
3
main.cpp
3
main.cpp
@ -304,6 +304,9 @@ extern "C" {
|
||||
voip.constant("NET_TYPE_DIALUP", 10);
|
||||
voip.constant("NET_TYPE_OTHER_MOBILE", 11);
|
||||
|
||||
voip.constant("DATA_SAVING_NEVER", 0);
|
||||
voip.constant("DATA_SAVING_MOBILE", 1);
|
||||
voip.constant("DATA_SAVING_ALWAYS", 2);
|
||||
Php::Namespace danog("danog");
|
||||
Php::Namespace MadelineProto("MadelineProto");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user