interface ChatMessagePFIdentifiedInfo {
    actionDescription: undefined | string;
    actionName: undefined | string;
    description: string;
    identified: boolean;
    name: string;
}

Properties

actionDescription: undefined | string

Description of the action that was used

actionName: undefined | string

Name of the action that was used

description: string

Description of the identified item.

identified: boolean

True if item was identified when rolled.

name: string

Name of the identified item.