Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>MessageActionGroupCallScheduled_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageActionGroupCallScheduled_
import { MessageActionGroupCallScheduled_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A group call was scheduled

Constructors

new
MessageActionGroupCallScheduled_(params: { call: enums.InputGroupCall; schedule_date: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
call: enums.InputGroupCall

The group call

schedule_date: number

When is this group call scheduled to start

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc