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