Generated by
JDiff

Interface twitter4j.api.DirectMessagesResources

Removed Methods
ResponseList<DirectMessage> getDirectMessages() Returns a list of the direct messages sent to the authenticating user.
ResponseList<DirectMessage> getDirectMessages(Paging) Returns a list of the direct messages sent to the authenticating user.
 

Added Methods
DirectMessageList getDirectMessages(int) Returns all Direct Message events (both sent and received) within the last 30 days.
DirectMessageList getDirectMessages(int, String) Returns all Direct Message events (both sent and received) within the last 30 days.
ResponseList<DirectMessage> getDirectMessages() Returns a list of the direct messages sent to the authenticating user.
ResponseList<DirectMessage> getDirectMessages(Paging) Returns a list of the direct messages sent to the authenticating user.
DirectMessage sendDirectMessage(long, String, long) Sends a new direct message to the specified user from the authenticating user.
 

Changed Methods
ResponseList<DirectMessage> getSentDirectMessages() Now deprecated.
use {@link #getDirectMessages(int)} instead
ResponseList<DirectMessage> getSentDirectMessages(Paging) Now deprecated.
use {@link #getDirectMessages(int)} instead