Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/quick-reply' into quick-reply
Browse files Browse the repository at this point in the history
# Conflicts:
#	twitter4j-core/src/internal-json/java/twitter4j/DirectMessageJSONImpl.java
#	twitter4j-core/src/main/java/twitter4j/TwitterImpl.java
#	twitter4j-core/src/test/java/twitter4j/DirectMessagesResourcesTest.java
  • Loading branch information
yusuke committed Aug 16, 2018
2 parents 88fa2b7 + c7073d5 commit 0b822ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions twitter4j-core/src/main/java/twitter4j/DirectMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ public interface DirectMessage extends TwitterResponse, EntitySupport, java.io.S
Date getCreatedAt();


/**
*
* @return quick reply options
* @since Twitter4J 4.0.7
*/
QuickReply[] getQuickReplies();

/**
*
* @return quick reply response metadata
* @since Twitter4J 4.0.7
*/
String getQuickReplyResponse();

/**
*
* @return quick reply options
Expand Down

0 comments on commit 0b822ff

Please sign in to comment.