Interface GetAppConfig

Returns application config, provided by the server. Can be called before authorization. Request type for Tdjson#getApplicationConfig.

interface GetAppConfig {
    @type: "getApplicationConfig";
}

Properties

Properties

@type: "getApplicationConfig"