Constructor: cdnConfig
Configuration for CDN file downloads.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
public_keys | Array of CdnPublicKey | Yes | Vector of public keys to use only during handshakes to CDN DCs. |
Type: CdnConfig
Example:
$cdnConfig = ['_' => 'cdnConfig', 'public_keys' => [CdnPublicKey, CdnPublicKey]];