1
0
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:
Daniil Gentili 2017-06-27 09:34:02 +02:00
parent a30c8c3ac6
commit ffe6dc8660

View File

@ -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");