Torn API Client
GitHub
Preparing search index...
AttackLog
Type Alias AttackLog
type
AttackLog
=
{
action
:
AttackActionEnum
;
attacker
:
|
{
id
:
UserId
;
item
:
{
id
?:
ItemId
;
name
?:
string
}
|
unknown
;
name
:
string
;
}
|
unknown
;
attacker_item
?:
{
id
:
ItemId
;
name
:
string
}
;
defender
:
{
id
:
UserId
;
name
:
string
}
|
unknown
;
icon
:
string
;
text
:
string
;
timestamp
:
number
;
}
Index
Properties
action
attacker
attacker_
item?
defender
icon
text
timestamp
Properties
action
action
:
AttackActionEnum
attacker
attacker
:
|
{
id
:
UserId
;
item
:
{
id
?:
ItemId
;
name
?:
string
}
|
unknown
;
name
:
string
;
}
|
unknown
Optional
attacker_
item
attacker_item
?:
{
id
:
ItemId
;
name
:
string
}
defender
defender
:
{
id
:
UserId
;
name
:
string
}
|
unknown
icon
icon
:
string
text
text
:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
attacker
attacker_
item
defender
icon
text
timestamp
GitHub
Torn API Client
Loading...