Skip to main content
Latest
class WebhookAckData
Re-export
import { WebhookAckData } from "https://deno.land/x/periskope_maytapi_deno@v1.4.0/index.ts";

Constructors

new
WebhookAckData()

Properties

optional
ackCode: WebhookAckDataAckCodeEnum
optional
ackType: WebhookAckDataAckTypeEnum
optional
chatId: string
optional
msgId: string
optional
time: number

Static Properties

readonly
attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>
readonly
discriminator: string | undefined