UpdateLowLevel
A low-level (Telegram API) update.
client.on("update", async (ctx) => {
// ctx.update
});
Properties
update: Api.Update
DISCRIMINATOR
The Telegram API update.
A low-level (Telegram API) update.
client.on("update", async (ctx) => {
// ctx.update
});
The Telegram API update.