events

class pyZUnivers.events.Event(payload: Event)

A current Event.

name

The name of the event.

Type:

str

pack_name

The name of the pack for this event.

Type:

str

balance_cost

The balance cost of the event.

Type:

int

dust_cost

The lore dust cost of the event.

Type:

int

is_onetime

If the event is one time.

Type:

bool

begin_date

The begin date of the event.

Type:

datetime

end_date

The end date of the event.

Type:

datetime

is_active

If the event is active.

Type:

bool

class pyZUnivers.events.Events

All current events.

get() List[Event] | List

Retrieves a list of Event objects.

Returns:

A list of Event objects.

Return type:

List[Event]