ChatAction:
    | ChatActionUserJoined
    | ChatActionUserLeft
    | ChatActionUserInvited
    | ChatActionTitleChanged
    | ChatActionDescriptionChanged
    | ChatActionUsernameChanged
    | ChatActionUsernamesChanged
    | ChatActionPhotoChanged
    | ChatActionInvitesToggled
    | ChatActionSignaturesToggled
    | ChatActionMessagePinned
    | ChatActionMessageEdited
    | ChatActionMessageDeleted
    | ChatActionUserPermissionsChanged
    | ChatActionUserAdminPermissionsChanged
    | ChatActionStickersetChanged
    | ChatActionHistoryToggled
    | ChatActionDefaultPermissionsChanged
    | ChatActionPollStopped
    | ChatActionLinkedChatChanged
    | ChatActionLocationChanged
    | ChatActionSlowModeChanged
    | ChatActionCallStarted
    | ChatActionCallEnded
    | ChatActionCallSettingChanged
    | ChatActionUserJoinedInvite
    | ChatActionInviteLinkDeleted
    | ChatActionInviteLinkEdited
    | ChatActionInviteLinkRevoked
    | ChatActionUserJoinedApproved
    | ChatActionTtlChanged
    | ChatActionNoForwardsToggled
    | ChatActionForumToggled
    | ChatActionTopicCreated
    | ChatActionTopicEdited
    | ChatActionTopicDeleted
    | ChatActionSignatureProfilesToggled
    | ChatActionSubscriptionExtended
    | ChatActionAvailableReactionsChanged
    | ChatActionEmojiStatusChanged
    | ChatActionEmojiStickersetChanged
    | ChatActionPeerColorChanged
    | ChatActionWallpaperChanged
    | ChatActionMessageSent
    | ChatActionToggleAntiSpam
    | ChatActionToggleAutotranslation
    | null

Chat event action (null if unsupported)