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 #

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

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

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

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

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

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

def blocked_ids(options = {} of String => String) : Array(Int64) #

def friendships(*user_ids : Int32 | Int64) : Array(Twitter::Relationship) #

def friendships(*screen_names : String) : Array(Twitter::Relationship) #

def mute(options = {} of String => String) : Twitter::User #

def settings(options = {} of String => String) #

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

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

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

def unmute(options = {} of String => String) : Twitter::User #

def update_profile(options = {} of String => String) : Twitter::User #

def update_profile_background_image(options = {} of String => String) : Twitter::User #

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

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

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

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

def user(options = {} of String => String) : Twitter::User #

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

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

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