Interface ProxyTypeMtproto

An MTProto proxy server. Subtype of ProxyType.

interface ProxyTypeMtproto {
    @type: "proxyTypeMtproto";
    secret: string;
}

Properties

Properties

@type: "proxyTypeMtproto"
secret: string

The proxy's secret in hexadecimal encoding.