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

com.github.messenger4j.send.senderaction.SenderAction Maven / Gradle / Ivy

package com.github.messenger4j.send.senderaction;

/**
 * @author Max Grabenhorst
 * @since 1.0.0
 */
public enum SenderAction {

  /** Mark last message as read. */
  MARK_SEEN,

  /** Turn typing indicators on. Typing indicators are automatically turned off after 20 seconds. */
  TYPING_ON,

  /** Turn typing indicators off. */
  TYPING_OFF
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy