All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.seratch.jslack.api.model.event.ReconnectUrlEvent Maven / Gradle / Ivy

The newest version!
package com.github.seratch.jslack.api.model.event;

import lombok.Data;

/**
 * The reconnect_url event is currently unsupported and experimental.
 * 

* https://api.slack.com/events/reconnect_url */ @Data public class ReconnectUrlEvent implements Event { public static final String TYPE_NAME = "reconnect_url"; private final String type = TYPE_NAME; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy