class Twitter::DirectMessage

Included Modules

Defined in:

twitter/serializations/direct_message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def id_str : String #

[View source]
def id_str=(id_str : String) #

[View source]
def recipient : Twitter::User #

[View source]
def recipient=(recipient : Twitter::User) #

[View source]
def sender_id : Int64 #

[View source]
def sender_id=(sender_id : Int64) #

[View source]
def sender_screen_name : String #

[View source]
def sender_screen_name=(sender_screen_name : String) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]