Class MessageChannelPostingPermissionsHandler

java.lang.Object
com.slack.api.app_backend.events.EventHandler<MessageChannelPostingPermissionsPayload>
com.slack.api.app_backend.events.handler.MessageChannelPostingPermissionsHandler

public abstract class MessageChannelPostingPermissionsHandler
extends EventHandler<MessageChannelPostingPermissionsPayload>
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageChannelPostingPermissionsHandler()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getEventSubtype()
    Returns the subtype of the event (e.g., "message_changed" for type: message)
    java.lang.String getEventType()
    Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)

    Methods inherited from class com.slack.api.app_backend.events.EventHandler

    acceptUntypedObject, getEventPayloadClass, handle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait