Raw.IpPortSecret

Raw.IpPortSecret

ipPortSecret#37982646 ipv4:int port:int secret:bytes = IpPort;
export namespace Raw {
  export class IpPortSecret {
    constructor(params: { ipv4: number; port: number; secret: Buffer }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x37982646

Property