Event.Guild.Wall

Signals incoming guild wall data. Can be triggered manually with Command.Guild.Wall.Request().

Usage:

Event.Guild.Wall(wall)
ParameterTypeDatatypeDescription
wallparametervariantAn array containing the refreshed guild wall items, in order.
members
id The ID of the guild wall entry.
poster The poster of the guild wall entry.
text The text of the guild wall entry.
time The time the wall entry was posted, in UNIX time.