Stash

constructor(id: Int, time: String, user: String? = null, type: String, operation: String, itemId: Int, count: Int, coins: Int)

Parameters

id

the log entry's ID

time

ISO-8601 timestamp for when the log entry was created

user

the account name of the guild member who generated this log entry

type

the type of log entry

operation

the action (may be "deposit", "withdraw" or "move"

itemId

the item's ID

count

how many of the item was deposited

coins

the amount of deposited coins