Interface CallServerTypeTelegramReflector

Describes the type of call server. Subtype of CallServerType.

interface CallServerTypeTelegramReflector {
    @type: "callServerTypeTelegramReflector";
    is_tcp?: boolean;
    peer_tag: string;
}

Properties

@type: "callServerTypeTelegramReflector"
is_tcp?: boolean

True, if the server uses TCP instead of UDP.

peer_tag: string

A peer tag to be used with the reflector.