module Twitter::REST::Users

Direct including types

Defined in:

twitter/rest/users.cr

Instance Method Summary

Instance Method Detail

def block(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def block(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def block(user : Twitter::User, options = {} of String => String) : Twitter::User #

[View source]
def block?(user_id : Int32 | Int64, options = {} of String => String) : Bool #

[View source]
def block?(screen_name : String, options = {} of String => String) : Bool #

[View source]
def block?(user : Twitter::User, options = {} of String => String) : Bool #

[View source]
def blocked(options = {} of String => String) : Array(Twitter::User) #

[View source]
def blocked_ids(options = {} of String => String) : Array(Int64) #

[View source]
def friendships(*user_ids : Int32 | Int64) : Array(Twitter::Relationship) #

[View source]
def friendships(*screen_names : String) : Array(Twitter::Relationship) #

[View source]
def mute(options = {} of String => String) : Twitter::User #

[View source]
def settings(options = {} of String => String) #

[View source]
def unblock(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def unblock(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def unblock(user : Twitter::User, options = {} of String => String) : Twitter::User #

[View source]
def unmute(options = {} of String => String) : Twitter::User #

[View source]
def update_profile(options = {} of String => String) : Twitter::User #

[View source]
def update_profile_background_image(options = {} of String => String) : Twitter::User #

[View source]
def update_profile_banner(base64_string : String, options = {} of String => String) : Void #

[View source]
def update_profile_image(base64_string : String, options = {} of String => String) : Twitter::User #

[View source]
def user(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def user(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def user(options = {} of String => String) : Twitter::User #

[View source]
def user_search(query : String, options = {} of String => String) : Array(Twitter::User) #

[View source]
def users(*user_ids : Int32 | Int64, options = {} of String => String) : Array(Twitter::User) #

[View source]
def users(*screen_names : String, options = {} of String => String) : Array(Twitter::User) #

[View source]