UpdateLowLevel

A low-level (Telegram API) update.

client.on("update", async (ctx) => {
  // ctx.update.update
});

Properties

type: "update"
update: Api.Update

The Telegram API update.