Interface OutgoingMessengerConversationTypingStatusInfo

All Superinterfaces:
ChatProvider

public interface OutgoingMessengerConversationTypingStatusInfo extends ChatProvider
An OutgoingMessengerConversationTypingStatusInfo object provides information about an OutgoingMessengerConversationTypingStatus.
Since:
12.20
  • Method Details

    • getOutgoingMessengerConversationTypingStatus

      OutgoingMessengerConversationTypingStatus getOutgoingMessengerConversationTypingStatus()
      Returns the OutgoingMessengerConversationTypingStatus.
      Returns:
      the OutgoingMessengerConversationTypingStatus
      Since:
      12.20
    • getOutgoingMessengerAccount

      MessengerAccount getOutgoingMessengerAccount()
      Returns the outgoing messenger account of the typing status.
      Returns:
      the outgoing messenger account of the typing status.
      Since:
      12.20
    • getOutgoingChatChannel

      ChatChannel getOutgoingChatChannel()
      Returns the outgoing chat channel of the typing status.
      Returns:
      the outgoing chat channel of the typing status.
      Since:
      12.20
    • getSendingUser

      Optional<User> getSendingUser()
      Returns an Optional containing the user that sent the typing status, or an empty Optional if the typing status was sent automatically.
      Returns:
      an Optional containing the user that sent the typing status, or an empty Optional if the typing status was sent automatically
      Since:
      12.20