Class ResumeEvent


public class ResumeEvent extends GatewayLifecycleEvent
Dispatched when the gateway connection is successfully resumed.

This event is dispatched by Discord.

See Also:
  • Constructor Details

  • Method Details

    • getTrace

      public List<String> getTrace()
      Gets the trace of the event. Used for debugging - the guilds the user is in.
      Returns:
      The trace provided by Discord, containing the guild the user is in.
    • toString

      public String toString()
      Overrides:
      toString in class Object