Documentation - v0.27.1
    Preparing search index...

    Interface ActionGroupCallScheduled

    Group call has been scheduled

    interface ActionGroupCallScheduled {
        call: TypeInputGroupCall;
        date: Date;
        type: "group_call_scheduled";
    }
    Index

    Properties

    Properties

    TL object representing the call

    date: Date

    Date when the call will start

    type: "group_call_scheduled"