Interface ActionGroupCallScheduled

Group call has been scheduled

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

Properties

Properties

TL object representing the call

date: Date

Date when the call will start

type: "group_call_scheduled"