UpdateChatAction

A participant of a conversation made an action.

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

Properties

type: "chatAction"
chatAction: ChatAction