teleproto - v1.229.0
    Preparing search index...

    Interface PhoneCreateGroupCallParams

    interface PhoneCreateGroupCallParams {
        peer: EntityLike;
        randomId: number;
        rtmpStream?: boolean;
        scheduleDate?: number;
        title?: string;
    }
    Index
    peer: EntityLike

    Associate the group call or livestream to the provided group/supergroup/channel

    randomId: number

    Unique client message ID required to prevent creation of duplicate group calls

    rtmpStream?: boolean

    Whether RTMP stream support should be enabled: only the group/supergroup/channel owner can use this flag.

    scheduleDate?: number

    For scheduled group call or livestreams, the absolute date when the group call will start

    title?: string

    Call title