Function ChatMessageThreadOperationFromNumber

  • Converts the message thread event type from Int to enum.

    Parameters

    • type: number

      The message thread event type of the Int type.

    Returns
        | UnKnown
        | Create
        | Update
        | Delete
        | Update_Msg

    The message thread event type of the enum type.