CdnPublicKey
- class pyrogram.raw.base.CdnPublicKey
Public key to use only during handshakes to CDN DCs.
- Constructors:
This base type has 1 constructor available.
Public key to use only during handshakes to CDN DCs.
TL Schema
cdnPublicKey#c982eaba
dc_id:int
public_key:string
= CdnPublicKey
Parameter Tree
CdnPublicKey
├── dc_id →
int└── public_key →
stringExample
CdnPublicKey(
dc_id=0,
public_key="text",
)