UpdateChatAction
A participant of a conversation made an action.
client.on("chatAction", (ctx) => {
// ctx.update.chatAction
});
Properties
DISCRIMINATOR
A participant of a conversation made an action.
client.on("chatAction", (ctx) => {
// ctx.update.chatAction
});