Interface OutgoingMessengerConversationTypingStatus

All Superinterfaces:
MessengerConversationTypingStatus

public interface OutgoingMessengerConversationTypingStatus extends MessengerConversationTypingStatus
Represents a typing status that is to be sent to an external source by a MessengerConnector.
Since:
12.20
  • Method Details

    • getToId

      String getToId()
      A unique identifier of the receiver / to of the typing status.
      Returns:
      the id of the receiver / to of the typing status
      Since:
      12.20
    • getToName

      String getToName()
      The name of the receiver / to of the typing status.
      Returns:
      the name of the receiver / to of the typing status
      Since:
      12.20